| 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 |
|---|---|
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 |
|---|---|
ListProfilePermissionsRequest |
ListProfilePermissionsRequest.clone() |
ListProfilePermissionsRequest |
ListProfilePermissionsRequest.withNextToken(String nextToken)
String for specifying the next set of paginated results.
|
ListProfilePermissionsRequest |
ListProfilePermissionsRequest.withProfileName(String profileName)
Name of the signing profile containing the cross-account permissions.
|
Copyright © 2024. All rights reserved.