Package io.minio.messages
Class RestoreRequest
java.lang.Object
io.minio.messages.RestoreRequest
Request XML of RestoreObject
API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCanned ACL type ofRestoreRequest.S3.static classEncryption information ofRestoreRequest.S3.static classGlacier job parameters information ofRestoreRequest.static classOutput location information ofRestoreRequest.static classS3 information ofRestoreRequest.OutputLocation.static classSelect parameters information ofRestoreRequest.static enumTier type ofRestoreRequest.static classUser metadata information ofRestoreRequest.S3. -
Constructor Summary
ConstructorsConstructorDescriptionRestoreRequest(Integer days, RestoreRequest.GlacierJobParameters glacierJobParameters, RestoreRequest.Tier tier, String description, RestoreRequest.SelectParameters selectParameters, RestoreRequest.OutputLocation outputLocation) Constructs new RestoreRequest object for given parameters. -
Method Summary
-
Constructor Details
-
RestoreRequest
public RestoreRequest(@Nullable Integer days, @Nullable RestoreRequest.GlacierJobParameters glacierJobParameters, @Nullable RestoreRequest.Tier tier, @Nullable String description, @Nullable RestoreRequest.SelectParameters selectParameters, @Nullable RestoreRequest.OutputLocation outputLocation) Constructs new RestoreRequest object for given parameters.
-