| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.withAction(String action)
An AWS Signer action permitted as part of cross-account permissions.
|
Permission |
Permission.withPrincipal(String principal)
The AWS principal that has been granted a cross-account permission.
|
Permission |
Permission.withProfileVersion(String profileVersion)
The signing profile version that a permission applies to.
|
Permission |
Permission.withStatementId(String statementId)
A unique identifier for a cross-account permission statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
ListProfilePermissionsResult.getPermissions()
List of permissions associated with the Signing Profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withPermissions(Permission... permissions)
List of permissions associated with the Signing Profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilePermissionsResult.setPermissions(Collection<Permission> permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withPermissions(Collection<Permission> permissions)
List of permissions associated with the Signing Profile.
|
Copyright © 2022. All rights reserved.