Uses of Class
software.amazon.awssdk.services.signer.model.ListSigningPlatformsResponse
-
Packages that use ListSigningPlatformsResponse 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 -
-
Uses of ListSigningPlatformsResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return ListSigningPlatformsResponse Modifier and Type Method Description default ListSigningPlatformsResponseSignerClient. listSigningPlatforms()Lists all signing platforms available in code signing that match the request parameters.default ListSigningPlatformsResponseSignerClient. listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters.default ListSigningPlatformsResponseSignerClient. listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters.Methods in software.amazon.awssdk.services.signer that return types with arguments of type ListSigningPlatformsResponse Modifier and Type Method Description default CompletableFuture<ListSigningPlatformsResponse>SignerAsyncClient. listSigningPlatforms()Lists all signing platforms available in code signing that match the request parameters.default CompletableFuture<ListSigningPlatformsResponse>SignerAsyncClient. listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters.default CompletableFuture<ListSigningPlatformsResponse>SignerAsyncClient. listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters. -
Uses of ListSigningPlatformsResponse in software.amazon.awssdk.services.signer.paginators
Methods in software.amazon.awssdk.services.signer.paginators that return types with arguments of type ListSigningPlatformsResponse Modifier and Type Method Description Iterator<ListSigningPlatformsResponse>ListSigningPlatformsIterable. iterator()Method parameters in software.amazon.awssdk.services.signer.paginators with type arguments of type ListSigningPlatformsResponse Modifier and Type Method Description voidListSigningPlatformsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSigningPlatformsResponse> subscriber)
-