Uses of Interface
software.amazon.awssdk.services.signer.model.ListSigningPlatformsRequest.Builder
-
Packages that use ListSigningPlatformsRequest.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 ListSigningPlatformsRequest.Builder in software.amazon.awssdk.services.signer
Method parameters in software.amazon.awssdk.services.signer with type arguments of type ListSigningPlatformsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSigningPlatformsResponse>SignerAsyncClient. listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)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 ListSigningPlatformsPublisherSignerAsyncClient. listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters.default ListSigningPlatformsIterableSignerClient. listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)Lists all signing platforms available in code signing that match the request parameters. -
Uses of ListSigningPlatformsRequest.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return ListSigningPlatformsRequest.Builder Modifier and Type Method Description static ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest. builder()ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. category(String category)The category type of a signing platform.ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned by this operation.ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. nextToken(String nextToken)Value for specifying the next set of paginated results to return.ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. partner(String partner)Any partner entities connected to a signing platform.ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest.Builder. target(String target)The validation template that is used by the target signing platform.ListSigningPlatformsRequest.BuilderListSigningPlatformsRequest. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type ListSigningPlatformsRequest.Builder Modifier and Type Method Description static Class<? extends ListSigningPlatformsRequest.Builder>ListSigningPlatformsRequest. serializableBuilderClass()
-