Uses of Class
software.amazon.awssdk.services.signer.model.SigningPlatform
-
Packages that use SigningPlatform Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningPlatform in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningPlatform Modifier and Type Method Description List<SigningPlatform>ListSigningPlatformsResponse. platforms()A list of all platforms that match the request parameters.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningPlatform Modifier and Type Method Description ListSigningPlatformsResponse.BuilderListSigningPlatformsResponse.Builder. platforms(SigningPlatform... platforms)A list of all platforms that match the request parameters.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningPlatform Modifier and Type Method Description ListSigningPlatformsResponse.BuilderListSigningPlatformsResponse.Builder. platforms(Collection<SigningPlatform> platforms)A list of all platforms that match the request parameters.
-