| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
default ListProfilePermissionsResponse |
SignerClient.listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)
Lists the cross-account permissions associated with a signing profile.
|
default CompletableFuture<ListProfilePermissionsResponse> |
SignerAsyncClient.listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)
Lists the cross-account permissions associated with a signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.builder() |
ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.Builder.nextToken(String nextToken)
String for specifying the next set of paginated results.
|
ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.Builder.profileName(String profileName)
Name of the signing profile containing the cross-account permissions.
|
ListProfilePermissionsRequest.Builder |
ListProfilePermissionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProfilePermissionsRequest.Builder> |
ListProfilePermissionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.