| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.clone() |
AwsRdsDbClusterSnapshotDetails |
ResourceDetails.getAwsRdsDbClusterSnapshot()
Details about an Amazon RDS database cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withAllocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withAvailabilityZones(Collection<String> availabilityZones)
A list of Availability Zones where instances in the DB cluster can be created.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withAvailabilityZones(String... availabilityZones)
A list of Availability Zones where instances in the DB cluster can be created.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withClusterCreateTime(String clusterCreateTime)
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withDbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withDbClusterSnapshotAttributes(AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute... dbClusterSnapshotAttributes)
Contains the name and values of a manual DB cluster snapshot attribute.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withDbClusterSnapshotAttributes(Collection<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute> dbClusterSnapshotAttributes)
Contains the name and values of a manual DB cluster snapshot attribute.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withDbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withEngine(String engine)
The name of the database engine that you want to use for this DB instance.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withEngineVersion(String engineVersion)
The version of the database engine to use.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withIamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withKmsKeyId(String kmsKeyId)
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withLicenseModel(String licenseModel)
The license model information for this DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withMasterUsername(String masterUsername)
The name of the master user for the DB cluster.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withPercentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withPort(Integer port)
The port number on which the DB instances in the DB cluster accept connections.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withSnapshotCreateTime(String snapshotCreateTime)
Indicates when the snapshot was taken.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withSnapshotType(String snapshotType)
The type of DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withStatus(String status)
The status of this DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withStorageEncrypted(Boolean storageEncrypted)
Whether the DB cluster is encrypted.
|
AwsRdsDbClusterSnapshotDetails |
AwsRdsDbClusterSnapshotDetails.withVpcId(String vpcId)
The VPC ID that is associated with the DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsRdsDbClusterSnapshot(AwsRdsDbClusterSnapshotDetails awsRdsDbClusterSnapshot)
Details about an Amazon RDS database cluster snapshot.
|
ResourceDetails |
ResourceDetails.withAwsRdsDbClusterSnapshot(AwsRdsDbClusterSnapshotDetails awsRdsDbClusterSnapshot)
Details about an Amazon RDS database cluster snapshot.
|
Copyright © 2023. All rights reserved.