| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterSnapshot |
ClusterSnapshot.clone() |
ClusterSnapshot |
GetClusterSnapshotResult.getSnapshot()
Returns information about a specific Elastic DocumentDB snapshot.
|
ClusterSnapshot |
DeleteClusterSnapshotResult.getSnapshot()
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
ClusterSnapshot |
CreateClusterSnapshotResult.getSnapshot()
Returns information about the new Elastic DocumentDB snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withAdminUserName(String adminUserName)
The name of the Elastic DocumentDB cluster administrator.
|
ClusterSnapshot |
ClusterSnapshot.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterSnapshot |
ClusterSnapshot.withClusterCreationTime(String clusterCreationTime)
The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot |
ClusterSnapshot.withKmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withStatus(Status status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withStatus(String status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withSubnetIds(Collection<String> subnetIds)
A list of the IDs of subnets associated with the DB cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withSubnetIds(String... subnetIds)
A list of the IDs of subnets associated with the DB cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about a specific Elastic DocumentDB snapshot.
|
void |
DeleteClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
void |
CreateClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
|
GetClusterSnapshotResult |
GetClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about a specific Elastic DocumentDB snapshot.
|
DeleteClusterSnapshotResult |
DeleteClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
CreateClusterSnapshotResult |
CreateClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
|
Copyright © 2022. All rights reserved.