Uses of Class
software.amazon.awssdk.services.dynamodb.model.CreateGlobalTableResponse
-
Packages that use CreateGlobalTableResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of CreateGlobalTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return CreateGlobalTableResponse Modifier and Type Method Description default 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 CreateGlobalTableResponse Modifier and Type Method Description default CompletableFuture<CreateGlobalTableResponse>DynamoDbAsyncClient. createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest)Creates a global table from an existing table.default CompletableFuture<CreateGlobalTableResponse>DynamoDbAsyncClient. createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest)Creates a global table from an existing table.
-