Uses of Class
software.amazon.awssdk.services.glacier.model.SelectParameters
-
Packages that use SelectParameters Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of SelectParameters in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return SelectParameters Modifier and Type Method Description SelectParametersDescribeJobResponse. selectParameters()Contains the parameters used for a select.SelectParametersGlacierJobDescription. selectParameters()Contains the parameters used for a select.SelectParametersJobParameters. selectParameters()Contains the parameters that define a job.Methods in software.amazon.awssdk.services.glacier.model with parameters of type SelectParameters Modifier and Type Method Description DescribeJobResponse.BuilderDescribeJobResponse.Builder. selectParameters(SelectParameters selectParameters)Contains the parameters used for a select.GlacierJobDescription.BuilderGlacierJobDescription.Builder. selectParameters(SelectParameters selectParameters)Contains the parameters used for a select.JobParameters.BuilderJobParameters.Builder. selectParameters(SelectParameters selectParameters)Contains the parameters that define a job.
-