| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPermissionsResponse.Builder |
ListPermissionsResponse.builder() |
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
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.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.permissions(Consumer<Permission.Builder>... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled,
the policy provided, and the time of creation.
|
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.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPermissionsResponse.Builder> |
ListPermissionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.