Uses of Class
software.amazon.awssdk.services.signer.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.signer.model -
-
Uses of Destination in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return Destination Modifier and Type Method Description DestinationStartSigningJobRequest. destination()The S3 bucket in which to save your signed object.Methods in software.amazon.awssdk.services.signer.model with parameters of type Destination Modifier and Type Method Description StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. destination(Destination destination)The S3 bucket in which to save your signed object.
-