Uses of Class
software.amazon.awssdk.services.mediapackage.model.S3Destination
-
Packages that use S3Destination Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of S3Destination in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return S3Destination Modifier and Type Method Description S3DestinationCreateHarvestJobRequest. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationCreateHarvestJobResponse. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationDescribeHarvestJobResponse. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationHarvestJob. s3Destination()Returns the value of the S3Destination property for this object.Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type S3Destination Modifier and Type Method Description CreateHarvestJobRequest.BuilderCreateHarvestJobRequest.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.CreateHarvestJobResponse.BuilderCreateHarvestJobResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.DescribeHarvestJobResponse.BuilderDescribeHarvestJobResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.HarvestJob.BuilderHarvestJob.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.
-