Uses of Interface
software.amazon.awssdk.services.pi.model.ResponsePartitionKey.Builder
-
Packages that use ResponsePartitionKey.Builder Package Description software.amazon.awssdk.services.pi.model -
-
Uses of ResponsePartitionKey.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ResponsePartitionKey.Builder Modifier and Type Method Description static ResponsePartitionKey.BuilderResponsePartitionKey. builder()ResponsePartitionKey.BuilderResponsePartitionKey.Builder. dimensions(Map<String,String> dimensions)A dimension map that contains the dimensions for this partition.ResponsePartitionKey.BuilderResponsePartitionKey. toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ResponsePartitionKey.Builder Modifier and Type Method Description static Class<? extends ResponsePartitionKey.Builder>ResponsePartitionKey. serializableBuilderClass()
-