Uses of Class
software.amazon.awssdk.services.glacier.model.OutputLocation
-
Packages that use OutputLocation Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of OutputLocation in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return OutputLocation Modifier and Type Method Description OutputLocationDescribeJobResponse. outputLocation()Contains the location where the data from the select job is stored.OutputLocationGlacierJobDescription. outputLocation()Contains the location where the data from the select job is stored.OutputLocationJobParameters. outputLocation()Contains information about the location where the select job results are stored.Methods in software.amazon.awssdk.services.glacier.model with parameters of type OutputLocation Modifier and Type Method Description DescribeJobResponse.BuilderDescribeJobResponse.Builder. outputLocation(OutputLocation outputLocation)Contains the location where the data from the select job is stored.GlacierJobDescription.BuilderGlacierJobDescription.Builder. outputLocation(OutputLocation outputLocation)Contains the location where the data from the select job is stored.JobParameters.BuilderJobParameters.Builder. outputLocation(OutputLocation outputLocation)Contains information about the location where the select job results are stored.
-