| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
ListProfilePermissionsResult |
AWSsignerClient.listProfilePermissions(ListProfilePermissionsRequest request)
Lists the cross-account permissions associated with a signing profile.
|
ListProfilePermissionsResult |
AWSsigner.listProfilePermissions(ListProfilePermissionsRequest listProfilePermissionsRequest)
Lists the cross-account permissions associated with a signing profile.
|
ListProfilePermissionsResult |
AbstractAWSsigner.listProfilePermissions(ListProfilePermissionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProfilePermissionsResult> |
AWSsignerAsyncClient.listProfilePermissionsAsync(ListProfilePermissionsRequest request,
AsyncHandler<ListProfilePermissionsRequest,ListProfilePermissionsResult> asyncHandler) |
Future<ListProfilePermissionsResult> |
AWSsignerAsync.listProfilePermissionsAsync(ListProfilePermissionsRequest listProfilePermissionsRequest,
AsyncHandler<ListProfilePermissionsRequest,ListProfilePermissionsResult> asyncHandler)
Lists the cross-account permissions associated with a signing profile.
|
Future<ListProfilePermissionsResult> |
AbstractAWSsignerAsync.listProfilePermissionsAsync(ListProfilePermissionsRequest request,
AsyncHandler<ListProfilePermissionsRequest,ListProfilePermissionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfilePermissionsResult |
ListProfilePermissionsResult.clone() |
ListProfilePermissionsResult |
ListProfilePermissionsResult.withNextToken(String nextToken)
String for specifying the next set of paginated results.
|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withPermissions(Collection<Permission> permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withPermissions(Permission... permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withPolicySizeBytes(Integer policySizeBytes)
Total size of the policy associated with the Signing Profile in bytes.
|
ListProfilePermissionsResult |
ListProfilePermissionsResult.withRevisionId(String revisionId)
The identifier for the current revision of profile permissions.
|
Copyright © 2023. All rights reserved.