Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalTableWitnessGroupMemberAction.Builder
Packages that use DeleteGlobalTableWitnessGroupMemberAction.Builder
-
Uses of DeleteGlobalTableWitnessGroupMemberAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DeleteGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionDeleteGlobalTableWitnessGroupMemberAction.builder()DeleteGlobalTableWitnessGroupMemberAction.Builder.regionName(String regionName) The witness Region name to be removed from the MRSC global table.DeleteGlobalTableWitnessGroupMemberAction.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DeleteGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteGlobalTableWitnessGroupMemberAction.Builder>DeleteGlobalTableWitnessGroupMemberAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type DeleteGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionGlobalTableWitnessGroupUpdate.Builder.delete(Consumer<DeleteGlobalTableWitnessGroupMemberAction.Builder> delete) Specifies a witness Region to be removed from an existing global table.