Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
default CreateGlobalTableResponse |
DynamoDbClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest)
Creates a global table from an existing table.
|
default CompletableFuture<CreateGlobalTableResponse> |
DynamoDbAsyncClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest)
Creates a global table from an existing table.
|
Modifier and Type | Method and Description |
---|---|
static CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.builder() |
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.globalTableName(String globalTableName)
The global table name.
|
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.
|
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.replicationGroup(Consumer<Replica.Builder>... replicationGroup)
The Regions where the global table needs to be created.
|
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.Builder.replicationGroup(Replica... replicationGroup)
The Regions where the global table needs to be created.
|
CreateGlobalTableRequest.Builder |
CreateGlobalTableRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateGlobalTableRequest.Builder> |
CreateGlobalTableRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.