Uses of Class
software.amazon.awssdk.services.signer.model.ListProfilePermissionsResponse
-
Packages that use ListProfilePermissionsResponse 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. -
-
Uses of ListProfilePermissionsResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return ListProfilePermissionsResponse Modifier and Type Method Description default ListProfilePermissionsResponseSignerClient. listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)Lists the cross-account permissions associated with a signing profile.default ListProfilePermissionsResponseSignerClient. listProfilePermissions(ListProfilePermissionsRequest listProfilePermissionsRequest)Lists the cross-account permissions associated with a signing profile.Methods in software.amazon.awssdk.services.signer that return types with arguments of type ListProfilePermissionsResponse 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 CompletableFuture<ListProfilePermissionsResponse>SignerAsyncClient. listProfilePermissions(ListProfilePermissionsRequest listProfilePermissionsRequest)Lists the cross-account permissions associated with a signing profile.
-