Uses of Class
software.amazon.awssdk.services.signer.paginators.ListSigningPlatformsPublisher
-
Packages that use ListSigningPlatformsPublisher 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 ListSigningPlatformsPublisher in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return ListSigningPlatformsPublisher Modifier and Type Method Description default ListSigningPlatformsPublisherSignerAsyncClient. listSigningPlatformsPaginator()Lists all signing platforms available in AWS Signer that match the request parameters.default ListSigningPlatformsPublisherSignerAsyncClient. listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> 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.
-