Uses of Interface
software.amazon.awssdk.services.signer.model.GetSigningPlatformRequest.Builder
-
Packages that use GetSigningPlatformRequest.Builder 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.model -
-
Uses of GetSigningPlatformRequest.Builder in software.amazon.awssdk.services.signer
Method parameters in software.amazon.awssdk.services.signer with type arguments of type GetSigningPlatformRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSigningPlatformResponse>SignerAsyncClient. getSigningPlatform(Consumer<GetSigningPlatformRequest.Builder> getSigningPlatformRequest)Returns information on a specific signing platform.default GetSigningPlatformResponseSignerClient. getSigningPlatform(Consumer<GetSigningPlatformRequest.Builder> getSigningPlatformRequest)Returns information on a specific signing platform. -
Uses of GetSigningPlatformRequest.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return GetSigningPlatformRequest.Builder Modifier and Type Method Description static GetSigningPlatformRequest.BuilderGetSigningPlatformRequest. builder()GetSigningPlatformRequest.BuilderGetSigningPlatformRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSigningPlatformRequest.BuilderGetSigningPlatformRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSigningPlatformRequest.BuilderGetSigningPlatformRequest.Builder. platformId(String platformId)The ID of the target signing platform.GetSigningPlatformRequest.BuilderGetSigningPlatformRequest. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type GetSigningPlatformRequest.Builder Modifier and Type Method Description static Class<? extends GetSigningPlatformRequest.Builder>GetSigningPlatformRequest. serializableBuilderClass()
-