Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model | |
software.amazon.awssdk.services.dynamodb.transform |
Modifier and Type | Method and Description |
---|---|
List<ReplicaUpdate> |
UpdateGlobalTableRequest.replicaUpdates()
A list of regions that should be added or removed from the global table.
|
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableRequest.Builder |
UpdateGlobalTableRequest.Builder.replicaUpdates(ReplicaUpdate... replicaUpdates)
A list of regions that should be added or removed from the global table.
|
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableRequest.Builder |
UpdateGlobalTableRequest.Builder.replicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of regions that should be added or removed from the global table.
|
Modifier and Type | Method and Description |
---|---|
ReplicaUpdate |
ReplicaUpdateUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicaUpdateMarshaller.marshall(ReplicaUpdate replicaUpdate,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.