Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateGlobalTableResult> |
AmazonDynamoDBAsyncClient.createGlobalTableAsync(CreateGlobalTableRequest request,
AsyncHandler<CreateGlobalTableRequest,CreateGlobalTableResult> asyncHandler) |
Future<CreateGlobalTableResult> |
AmazonDynamoDBAsync.createGlobalTableAsync(CreateGlobalTableRequest createGlobalTableRequest,
AsyncHandler<CreateGlobalTableRequest,CreateGlobalTableResult> asyncHandler)
Creates a global table from an existing table.
|
Future<CreateGlobalTableResult> |
AbstractAmazonDynamoDBAsync.createGlobalTableAsync(CreateGlobalTableRequest request,
AsyncHandler<CreateGlobalTableRequest,CreateGlobalTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateGlobalTableRequest |
CreateGlobalTableRequest.clone() |
CreateGlobalTableRequest |
CreateGlobalTableRequest.withGlobalTableName(String globalTableName)
The global table name.
|
CreateGlobalTableRequest |
CreateGlobalTableRequest.withReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.
|
CreateGlobalTableRequest |
CreateGlobalTableRequest.withReplicationGroup(Replica... replicationGroup)
The Regions where the global table needs to be created.
|
Copyright © 2024. All rights reserved.