Uses of Class
software.amazon.awssdk.services.signer.model.GetSigningPlatformResponse
-
Packages that use GetSigningPlatformResponse 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 GetSigningPlatformResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return GetSigningPlatformResponse Modifier and Type Method Description default GetSigningPlatformResponseSignerClient. getSigningPlatform(Consumer<GetSigningPlatformRequest.Builder> getSigningPlatformRequest)Returns information on a specific signing platform.default GetSigningPlatformResponseSignerClient. getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)Returns information on a specific signing platform.Methods in software.amazon.awssdk.services.signer that return types with arguments of type GetSigningPlatformResponse Modifier and Type Method Description default CompletableFuture<GetSigningPlatformResponse>SignerAsyncClient. getSigningPlatform(Consumer<GetSigningPlatformRequest.Builder> getSigningPlatformRequest)Returns information on a specific signing platform.default CompletableFuture<GetSigningPlatformResponse>SignerAsyncClient. getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)Returns information on a specific signing platform.
-