Uses of Class
software.amazon.awssdk.services.dynamodb.model.CreateGlobalTableResponse
Packages that use CreateGlobalTableResponse
-
Uses of CreateGlobalTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return CreateGlobalTableResponseModifier and TypeMethodDescriptiondefault CreateGlobalTableResponseDynamoDbClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest) Creates a global table from an existing table.default CreateGlobalTableResponseDynamoDbClient.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest) Creates a global table from an existing table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type CreateGlobalTableResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest) Creates a global table from an existing table.DynamoDbAsyncClient.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest) Creates a global table from an existing table.