Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPutObjectRequest
Abstract base class for a put object or put object like request.
|
class |
EncryptedGetObjectRequest
An extension of
GetObjectRequest to allow additional encryption
material description to be specified on a per-request basis. |
class |
EncryptedInitiateMultipartUploadRequest
This class is an extension of
InitiateMultipartUploadRequest to allow
additional crypto related attributes to be specified. |
class |
EncryptedPutObjectRequest
This class is an extension of
PutObjectRequest to allow additional
encryption material description to be specified on a per-request basis.In
particular, EncryptedPutObjectRequest is only recognized by
AmazonS3EncryptionClient . |
class |
GeneratePresignedUrlRequest
Contains options to generate a pre-signed URL for an Amazon S3 resource.
|
class |
GetObjectMetadataRequest
The HEAD action retrieves metadata from an object without returning the object itself.
|
class |
GetObjectRequest
Retrieves objects from Amazon S3.
|
class |
InitiateMultipartUploadRequest
The InitiateMultipartUploadRequest contains the parameters used for the
InitiateMultipartUpload method.
|
class |
PutObjectRequest
Uploads a new object to the specified Amazon S3 bucket.
|
class |
UploadObjectRequest
Used to request the client-side encryption and upload of a large S3 object
via pipelined parallel multi-part uploads.
|
class |
UploadPartRequest
Contains the parameters used for the UploadPart operation on Amazon S3.
|
Copyright © 2024. All rights reserved.