Uses of Class
software.amazon.awssdk.services.signer.model.ListSigningPlatformsRequest
-
Packages that use ListSigningPlatformsRequest 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.paginators software.amazon.awssdk.services.signer.transform -
-
Uses of ListSigningPlatformsRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type ListSigningPlatformsRequest Modifier and Type Method Description default CompletableFuture<ListSigningPlatformsResponse>SignerAsyncClient. listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in AWS Signer that match the request parameters.default ListSigningPlatformsResponseSignerClient. listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in AWS Signer that match the request parameters.default ListSigningPlatformsPublisherSignerAsyncClient. listSigningPlatformsPaginator(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in AWS Signer that match the request parameters.default ListSigningPlatformsIterableSignerClient. listSigningPlatformsPaginator(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in AWS Signer that match the request parameters. -
Uses of ListSigningPlatformsRequest in software.amazon.awssdk.services.signer.paginators
Constructors in software.amazon.awssdk.services.signer.paginators with parameters of type ListSigningPlatformsRequest Constructor Description ListSigningPlatformsIterable(SignerClient client, ListSigningPlatformsRequest firstRequest)ListSigningPlatformsPublisher(SignerAsyncClient client, ListSigningPlatformsRequest firstRequest) -
Uses of ListSigningPlatformsRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type ListSigningPlatformsRequest Modifier and Type Method Description SdkHttpFullRequestListSigningPlatformsRequestMarshaller. marshall(ListSigningPlatformsRequest listSigningPlatformsRequest)
-