Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalTableDescription |
GlobalTableDescription.clone() |
GlobalTableDescription |
UpdateGlobalTableResult.getGlobalTableDescription()
Contains the details of the global table.
|
GlobalTableDescription |
CreateGlobalTableResult.getGlobalTableDescription()
Contains the details of the global table.
|
GlobalTableDescription |
DescribeGlobalTableResult.getGlobalTableDescription()
Contains the details of the global table.
|
GlobalTableDescription |
GlobalTableDescription.withCreationDateTime(Date creationDateTime)
The creation time of the global table.
|
GlobalTableDescription |
GlobalTableDescription.withGlobalTableArn(String globalTableArn)
The unique identifier of the global table.
|
GlobalTableDescription |
GlobalTableDescription.withGlobalTableName(String globalTableName)
The global table name.
|
GlobalTableDescription |
GlobalTableDescription.withGlobalTableStatus(GlobalTableStatus globalTableStatus)
The current state of the global table:
|
GlobalTableDescription |
GlobalTableDescription.withGlobalTableStatus(String globalTableStatus)
The current state of the global table:
|
GlobalTableDescription |
GlobalTableDescription.withReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The regions where the global table has replicas.
|
GlobalTableDescription |
GlobalTableDescription.withReplicationGroup(ReplicaDescription... replicationGroup)
The regions where the global table has replicas.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGlobalTableResult.setGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
void |
CreateGlobalTableResult.setGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
void |
DescribeGlobalTableResult.setGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
UpdateGlobalTableResult |
UpdateGlobalTableResult.withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
CreateGlobalTableResult |
CreateGlobalTableResult.withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
DescribeGlobalTableResult |
DescribeGlobalTableResult.withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
Copyright © 2019. All rights reserved.