| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
OutputLocation |
OutputLocation.clone() |
OutputLocation |
DescribeJobResult.getOutputLocation()
Contains the location where the data from the select job is stored.
|
OutputLocation |
JobParameters.getOutputLocation()
Contains information about the location where the select job results are stored.
|
OutputLocation |
GlacierJobDescription.getOutputLocation()
Contains the location where the data from the select job is stored.
|
OutputLocation |
OutputLocation.withS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobResult.setOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
void |
JobParameters.setOutputLocation(OutputLocation outputLocation)
Contains information about the location where the select job results are stored.
|
void |
GlacierJobDescription.setOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
DescribeJobResult |
DescribeJobResult.withOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
JobParameters |
JobParameters.withOutputLocation(OutputLocation outputLocation)
Contains information about the location where the select job results are stored.
|
GlacierJobDescription |
GlacierJobDescription.withOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
Copyright © 2025. All rights reserved.