Uses of Class
software.amazon.awssdk.services.dynamodb.model.CreateGlobalTableRequest
-
Packages that use CreateGlobalTableRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of CreateGlobalTableRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type CreateGlobalTableRequest Modifier and Type Method Description default CompletableFuture<CreateGlobalTableResponse>DynamoDbAsyncClient. createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest)Creates a global table from an existing table.default CreateGlobalTableResponseDynamoDbClient. createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest)Creates a global table from an existing table. -
Uses of CreateGlobalTableRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type CreateGlobalTableRequest Modifier and Type Method Description SdkHttpFullRequestCreateGlobalTableRequestMarshaller. marshall(CreateGlobalTableRequest createGlobalTableRequest)
-