public class RestoreRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestoreRequest.CannedAcl
Canned ACL type of
RestoreRequest.S3. |
static class |
RestoreRequest.Encryption
Encryption information of
RestoreRequest.S3. |
static class |
RestoreRequest.GlacierJobParameters
Glacier job parameters information of
RestoreRequest. |
static class |
RestoreRequest.OutputLocation
Output location information of
RestoreRequest. |
static class |
RestoreRequest.S3
S3 information of
RestoreRequest.OutputLocation. |
static class |
RestoreRequest.SelectParameters
Select parameters information of
RestoreRequest. |
static class |
RestoreRequest.Tier
Tier type of
RestoreRequest. |
static class |
RestoreRequest.UserMetadata
User metadata information of
RestoreRequest.S3. |
| Constructor and Description |
|---|
RestoreRequest(Integer days,
RestoreRequest.GlacierJobParameters glacierJobParameters,
RestoreRequest.Tier tier,
String description,
RestoreRequest.SelectParameters selectParameters,
RestoreRequest.OutputLocation outputLocation)
Constructs new RestoreRequest object for given parameters.
|
public RestoreRequest(@Nullable Integer days, @Nullable RestoreRequest.GlacierJobParameters glacierJobParameters, @Nullable RestoreRequest.Tier tier, @Nullable String description, @Nullable RestoreRequest.SelectParameters selectParameters, @Nullable RestoreRequest.OutputLocation outputLocation)