Uses of Interface
software.amazon.awssdk.services.signer.model.ListProfilePermissionsRequest.Builder
-
Packages that use ListProfilePermissionsRequest.Builder 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 -
-
Uses of ListProfilePermissionsRequest.Builder in software.amazon.awssdk.services.signer
Method parameters in software.amazon.awssdk.services.signer with type arguments of type ListProfilePermissionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProfilePermissionsResponse>SignerAsyncClient. listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)Lists the cross-account permissions associated with a signing profile.default ListProfilePermissionsResponseSignerClient. listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)Lists the cross-account permissions associated with a signing profile. -
Uses of ListProfilePermissionsRequest.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return ListProfilePermissionsRequest.Builder Modifier and Type Method Description static ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest. builder()ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest.Builder. nextToken(String nextToken)String for specifying the next set of paginated results.ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest.Builder. profileName(String profileName)Name of the signing profile containing the cross-account permissions.ListProfilePermissionsRequest.BuilderListProfilePermissionsRequest. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type ListProfilePermissionsRequest.Builder Modifier and Type Method Description static Class<? extends ListProfilePermissionsRequest.Builder>ListProfilePermissionsRequest. serializableBuilderClass()
-