Uses of Interface
software.amazon.awssdk.services.glacier.model.OutputLocation.Builder
-
Packages that use OutputLocation.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of OutputLocation.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return OutputLocation.Builder Modifier and Type Method Description static OutputLocation.BuilderOutputLocation. builder()default OutputLocation.BuilderOutputLocation.Builder. s3(Consumer<S3Location.Builder> s3)Describes an S3 location that will receive the results of the job request.OutputLocation.BuilderOutputLocation.Builder. s3(S3Location s3)Describes an S3 location that will receive the results of the job request.OutputLocation.BuilderOutputLocation. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type OutputLocation.Builder Modifier and Type Method Description static Class<? extends OutputLocation.Builder>OutputLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type OutputLocation.Builder Modifier and Type Method Description default DescribeJobResponse.BuilderDescribeJobResponse.Builder. outputLocation(Consumer<OutputLocation.Builder> outputLocation)Contains the location where the data from the select job is stored.default GlacierJobDescription.BuilderGlacierJobDescription.Builder. outputLocation(Consumer<OutputLocation.Builder> outputLocation)Contains the location where the data from the select job is stored.default JobParameters.BuilderJobParameters.Builder. outputLocation(Consumer<OutputLocation.Builder> outputLocation)Contains information about the location where the select job results are stored.
-