| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterSnapshot |
ClusterSnapshot.clone() |
ClusterSnapshot |
DeleteClusterSnapshotResult.getSnapshot()
Returns information about the newly deleted elastic cluster snapshot.
|
ClusterSnapshot |
GetClusterSnapshotResult.getSnapshot()
Returns information about a specific elastic cluster snapshot.
|
ClusterSnapshot |
CopyClusterSnapshotResult.getSnapshot() |
ClusterSnapshot |
CreateClusterSnapshotResult.getSnapshot()
Returns information about the new elastic cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withAdminUserName(String adminUserName)
The name of the elastic cluster administrator.
|
ClusterSnapshot |
ClusterSnapshot.withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
ClusterSnapshot |
ClusterSnapshot.withClusterCreationTime(String clusterCreationTime)
The time when the elastic cluster was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot |
ClusterSnapshot.withKmsKeyId(String kmsKeyId)
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key.
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotArn(String snapshotArn)
The ARN identifier of the elastic cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotCreationTime(String snapshotCreationTime)
The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotName(String snapshotName)
The name of the elastic cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotType(SnapshotType snapshotType)
The type of cluster snapshots to be returned.
|
ClusterSnapshot |
ClusterSnapshot.withSnapshotType(String snapshotType)
The type of cluster snapshots to be returned.
|
ClusterSnapshot |
ClusterSnapshot.withStatus(Status status)
The status of the elastic cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withStatus(String status)
The status of the elastic cluster snapshot.
|
ClusterSnapshot |
ClusterSnapshot.withSubnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
ClusterSnapshot |
ClusterSnapshot.withSubnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
ClusterSnapshot |
ClusterSnapshot.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
ClusterSnapshot |
ClusterSnapshot.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
|
void |
GetClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about a specific elastic cluster snapshot.
|
void |
CopyClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot) |
void |
CreateClusterSnapshotResult.setSnapshot(ClusterSnapshot snapshot)
Returns information about the new elastic cluster snapshot.
|
DeleteClusterSnapshotResult |
DeleteClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
|
GetClusterSnapshotResult |
GetClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about a specific elastic cluster snapshot.
|
CopyClusterSnapshotResult |
CopyClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot) |
CreateClusterSnapshotResult |
CreateClusterSnapshotResult.withSnapshot(ClusterSnapshot snapshot)
Returns information about the new elastic cluster snapshot.
|
Copyright © 2024. All rights reserved.