| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.withActions(ActionType... actions)
The private CA actions that can be performed by the designated AWS service.
|
Permission |
Permission.withActions(Collection<String> actions)
The private CA actions that can be performed by the designated AWS service.
|
Permission |
Permission.withActions(String... actions)
The private CA actions that can be performed by the designated AWS service.
|
Permission |
Permission.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA from which the permission was issued.
|
Permission |
Permission.withCreatedAt(Date createdAt)
The time at which the permission was created.
|
Permission |
Permission.withPolicy(String policy)
The name of the policy that is associated with the permission.
|
Permission |
Permission.withPrincipal(String principal)
The AWS service or entity that holds the permission.
|
Permission |
Permission.withSourceAccount(String sourceAccount)
The ID of the account that assigned the permission.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
ListPermissionsResult.getPermissions()
Summary information about each permission assigned by the specified private CA, including the action enabled, the
policy provided, and the time of creation.
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsResult |
ListPermissionsResult.withPermissions(Permission... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the
policy provided, and the time of creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPermissionsResult.setPermissions(Collection<Permission> permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the
policy provided, and the time of creation.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(Collection<Permission> permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the
policy provided, and the time of creation.
|
Copyright © 2020. All rights reserved.