Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeGlobalTableSettingsResponse.Builder
Packages that use DescribeGlobalTableSettingsResponse.Builder
-
Uses of DescribeGlobalTableSettingsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeGlobalTableSettingsResponse.BuilderModifier and TypeMethodDescriptionDescribeGlobalTableSettingsResponse.builder()DescribeGlobalTableSettingsResponse.Builder.globalTableName(String globalTableName) The name of the global table.DescribeGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table.DescribeGlobalTableSettingsResponse.Builder.replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings) The Region-specific settings for the global table.DescribeGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings) The Region-specific settings for the global table.DescribeGlobalTableSettingsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeGlobalTableSettingsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeGlobalTableSettingsResponse.Builder>DescribeGlobalTableSettingsResponse.serializableBuilderClass()