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