Uses of Interface
software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
Packages that use DescribeDimensionKeysResponse.Builder
-
Uses of DescribeDimensionKeysResponse.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return DescribeDimensionKeysResponse.BuilderModifier and TypeMethodDescriptionDescribeDimensionKeysResponse.Builder.alignedEndTime(Instant alignedEndTime) The end time for the returned dimension keys, after alignment to a granular boundary (as specified byPeriodInSeconds).DescribeDimensionKeysResponse.Builder.alignedStartTime(Instant alignedStartTime) The start time for the returned dimension keys, after alignment to a granular boundary (as specified byPeriodInSeconds).DescribeDimensionKeysResponse.builder()DescribeDimensionKeysResponse.Builder.keys(Collection<DimensionKeyDescription> keys) The dimension keys that were requested.DescribeDimensionKeysResponse.Builder.keys(Consumer<DimensionKeyDescription.Builder>... keys) The dimension keys that were requested.DescribeDimensionKeysResponse.Builder.keys(DimensionKeyDescription... keys) The dimension keys that were requested.A pagination token that indicates the response didn’t return all available records becauseMaxRecordswas specified in the previous request.DescribeDimensionKeysResponse.Builder.partitionKeys(Collection<ResponsePartitionKey> partitionKeys) IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.DescribeDimensionKeysResponse.Builder.partitionKeys(Consumer<ResponsePartitionKey.Builder>... partitionKeys) IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.DescribeDimensionKeysResponse.Builder.partitionKeys(ResponsePartitionKey... partitionKeys) IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.DescribeDimensionKeysResponse.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DescribeDimensionKeysResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeDimensionKeysResponse.Builder>DescribeDimensionKeysResponse.serializableBuilderClass()