| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model | |
| software.amazon.awssdk.services.acmpca.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
ListPermissionsResponse.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 |
|---|---|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.permissions(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 |
|---|---|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.permissions(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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Permission> |
ListPermissionsPublisher.permissions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Permission> |
ListPermissionsIterable.permissions()
Returns an iterable to iterate through the paginated
ListPermissionsResponse.permissions() member. |
Copyright © 2023. All rights reserved.