Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
GlacierJobParameters |
RestoreObjectRequest.getGlacierJobParameters() |
GlacierJobParameters |
GlacierJobParameters.withTier(String tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
GlacierJobParameters |
GlacierJobParameters.withTier(Tier tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreObjectRequest.setGlacierJobParameters(GlacierJobParameters glacierJobParameters)
Sets Glacier related parameters pertaining to this job.
|
RestoreObjectRequest |
RestoreObjectRequest.withGlacierJobParameters(GlacierJobParameters glacierJobParameters)
Sets Glacier related parameters pertaining to this job.
|
Copyright © 2021. All rights reserved.