Uses of Class
software.amazon.awssdk.services.signer.model.ListProfilePermissionsRequest
-
Packages that use ListProfilePermissionsRequest 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.transform -
-
Uses of ListProfilePermissionsRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type ListProfilePermissionsRequest Modifier and Type Method Description default CompletableFuture<ListProfilePermissionsResponse>SignerAsyncClient. listProfilePermissions(ListProfilePermissionsRequest 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. -
Uses of ListProfilePermissionsRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type ListProfilePermissionsRequest Modifier and Type Method Description SdkHttpFullRequestListProfilePermissionsRequestMarshaller. marshall(ListProfilePermissionsRequest listProfilePermissionsRequest)
-