Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerDimension
Packages that use CapacityManagerDimension
Package
Description
-
Uses of CapacityManagerDimension in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityManagerDimensionModifier and TypeMethodDescriptionfinal CapacityManagerDimensionMetricDataResult.dimension()The dimension values that identify this specific data point, such as account ID, region, and instance family.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerDimensionModifier and TypeMethodDescriptionfinal List<CapacityManagerDimension>GetCapacityManagerMetricDimensionsResponse.metricDimensionResults()The available dimension combinations that have data within the specified time range and filters.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerDimensionModifier and TypeMethodDescriptionMetricDataResult.Builder.dimension(CapacityManagerDimension dimension) The dimension values that identify this specific data point, such as account ID, region, and instance family.GetCapacityManagerMetricDimensionsResponse.Builder.metricDimensionResults(CapacityManagerDimension... metricDimensionResults) The available dimension combinations that have data within the specified time range and filters.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityManagerDimensionModifier and TypeMethodDescriptionGetCapacityManagerMetricDimensionsResponse.Builder.metricDimensionResults(Collection<CapacityManagerDimension> metricDimensionResults) The available dimension combinations that have data within the specified time range and filters. -
Uses of CapacityManagerDimension in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityManagerDimensionModifier and TypeMethodDescriptionGetCapacityManagerMetricDimensionsIterable.metricDimensionResults()Returns an iterable to iterate through the paginatedGetCapacityManagerMetricDimensionsResponse.metricDimensionResults()member.GetCapacityManagerMetricDimensionsPublisher.metricDimensionResults()Returns a publisher that can be used to get a stream of data.