Uses of Enum
software.amazon.awssdk.services.pi.model.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ServiceTypeAnalysisReport.serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeCreatePerformanceAnalysisReportRequest.serviceType()The Amazon Web Services service for which Performance Insights will return metrics.final ServiceTypeDeletePerformanceAnalysisReportRequest.serviceType()The Amazon Web Services service for which Performance Insights will return metrics.final ServiceTypeDescribeDimensionKeysRequest.serviceType()The Amazon Web Services service for which Performance Insights will return metrics.final ServiceTypeGetDimensionKeyDetailsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns data.final ServiceTypeGetPerformanceAnalysisReportRequest.serviceType()The Amazon Web Services service for which Performance Insights will return metrics.final ServiceTypeGetResourceMetadataRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeGetResourceMetricsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeListAvailableResourceDimensionsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeListAvailableResourceMetricsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeListPerformanceAnalysisReportRecommendationsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeListPerformanceAnalysisReportsRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeListTagsForResourceRequest.serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeTagResourceRequest.serviceType()The Amazon Web Services service for which Performance Insights returns metrics.final ServiceTypeUntagResourceRequest.serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.static ServiceTypeReturns the enum constant of this type with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ServiceTypeMethods in software.amazon.awssdk.services.pi.model with parameters of type ServiceTypeModifier and TypeMethodDescriptionAnalysisReport.Builder.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.CreatePerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.DeletePerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.DescribeDimensionKeysRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.GetDimensionKeyDetailsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns data.GetPerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.GetResourceMetadataRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.GetResourceMetricsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListAvailableResourceDimensionsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListAvailableResourceMetricsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportRecommendationsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListTagsForResourceRequest.Builder.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.TagResourceRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.UntagResourceRequest.Builder.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.