Uses of Class
software.amazon.awssdk.services.pi.model.ServiceType
-
Packages that use ServiceType Package Description software.amazon.awssdk.services.pi.model -
-
Uses of ServiceType in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ServiceType Modifier and Type Method Description static ServiceTypeServiceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceTypeAnalysisReport. serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeCreatePerformanceAnalysisReportRequest. serviceType()The Amazon Web Services service for which Performance Insights will return metrics.ServiceTypeDeletePerformanceAnalysisReportRequest. serviceType()The Amazon Web Services service for which Performance Insights will return metrics.ServiceTypeDescribeDimensionKeysRequest. serviceType()The Amazon Web Services service for which Performance Insights will return metrics.ServiceTypeGetDimensionKeyDetailsRequest. serviceType()The Amazon Web Services service for which Performance Insights returns data.ServiceTypeGetPerformanceAnalysisReportRequest. serviceType()The Amazon Web Services service for which Performance Insights will return metrics.ServiceTypeGetResourceMetadataRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeGetResourceMetricsRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeListAvailableResourceDimensionsRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeListAvailableResourceMetricsRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeListPerformanceAnalysisReportsRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeListTagsForResourceRequest. serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeTagResourceRequest. serviceType()The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypeUntagResourceRequest. serviceType()List the tags for the Amazon Web Services service for which Performance Insights returns metrics.static ServiceTypeServiceType. valueOf(String name)Returns 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 ServiceType Modifier and Type Method Description static Set<ServiceType>ServiceType. knownValues()Methods in software.amazon.awssdk.services.pi.model with parameters of type ServiceType Modifier and Type Method Description AnalysisReport.BuilderAnalysisReport.Builder. serviceType(ServiceType serviceType)List the tags for the Amazon Web Services service for which Performance Insights returns metrics.CreatePerformanceAnalysisReportRequest.BuilderCreatePerformanceAnalysisReportRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights will return metrics.DeletePerformanceAnalysisReportRequest.BuilderDeletePerformanceAnalysisReportRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights will return metrics.DescribeDimensionKeysRequest.BuilderDescribeDimensionKeysRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights will return metrics.GetDimensionKeyDetailsRequest.BuilderGetDimensionKeyDetailsRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns data.GetPerformanceAnalysisReportRequest.BuilderGetPerformanceAnalysisReportRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights will return metrics.GetResourceMetadataRequest.BuilderGetResourceMetadataRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.GetResourceMetricsRequest.BuilderGetResourceMetricsRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.ListAvailableResourceDimensionsRequest.BuilderListAvailableResourceDimensionsRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.ListAvailableResourceMetricsRequest.BuilderListAvailableResourceMetricsRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportsRequest.BuilderListPerformanceAnalysisReportsRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. serviceType(ServiceType serviceType)List the tags for the Amazon Web Services service for which Performance Insights returns metrics.TagResourceRequest.BuilderTagResourceRequest.Builder. serviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights returns metrics.UntagResourceRequest.BuilderUntagResourceRequest.Builder. serviceType(ServiceType serviceType)List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
-