| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputLocation.Builder |
OutputLocation.builder() |
default OutputLocation.Builder |
OutputLocation.Builder.s3(Consumer<S3Location.Builder> s3)
Describes an S3 location that will receive the results of the job request.
|
OutputLocation.Builder |
OutputLocation.Builder.s3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
OutputLocation.Builder |
OutputLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputLocation.Builder> |
OutputLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GlacierJobDescription.Builder |
GlacierJobDescription.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Contains the location where the data from the select job is stored.
|
default DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Contains the location where the data from the select job is stored.
|
default JobParameters.Builder |
JobParameters.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Contains information about the location where the select job results are stored.
|
Copyright © 2023. All rights reserved.