| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.clone() |
AwsRdsDbInstanceDetails |
ResourceDetails.getAwsRdsDbInstance()
Details for an RDS database instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBClusterIdentifier(String dBClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a
member of.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbiResourceId(String dbiResourceId)
The AWS Region-unique, immutable identifier for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEngine(String engine)
Provides the name of the database engine to use for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEngineVersion(String engineVersion)
Indicates the database engine version.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and
otherwise false.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withInstanceCreateTime(String instanceCreateTime)
Provides the date and time the DB instance was created.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB instance. |
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsRdsDbInstance(AwsRdsDbInstanceDetails awsRdsDbInstance)
Details for an RDS database instance.
|
ResourceDetails |
ResourceDetails.withAwsRdsDbInstance(AwsRdsDbInstanceDetails awsRdsDbInstance)
Details for an RDS database instance.
|
Copyright © 2020. All rights reserved.