Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AssociatedRole |
AssociatedRole.clone() |
AssociatedRole |
AssociatedRole.withAssociatedRoleArn(String associatedRoleArn)
The ARN of the associated IAM role.
|
AssociatedRole |
AssociatedRole.withCertificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
|
AssociatedRole |
AssociatedRole.withCertificateS3ObjectKey(String certificateS3ObjectKey)
The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is
stored.
|
AssociatedRole |
AssociatedRole.withEncryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS customer master key (CMK) used to encrypt the private key.
|
Modifier and Type | Method and Description |
---|---|
List<AssociatedRole> |
GetAssociatedEnclaveCertificateIamRolesResult.getAssociatedRoles()
Information about the associated IAM roles.
|
Modifier and Type | Method and Description |
---|---|
GetAssociatedEnclaveCertificateIamRolesResult |
GetAssociatedEnclaveCertificateIamRolesResult.withAssociatedRoles(AssociatedRole... associatedRoles)
Information about the associated IAM roles.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAssociatedEnclaveCertificateIamRolesResult.setAssociatedRoles(Collection<AssociatedRole> associatedRoles)
Information about the associated IAM roles.
|
GetAssociatedEnclaveCertificateIamRolesResult |
GetAssociatedEnclaveCertificateIamRolesResult.withAssociatedRoles(Collection<AssociatedRole> associatedRoles)
Information about the associated IAM roles.
|
Copyright © 2023. All rights reserved.