Package | Description |
---|---|
com.ibm.cloud.objectstorage | |
com.ibm.cloud.objectstorage.http | |
com.ibm.cloud.objectstorage.protocol | |
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
ImmutableRequest.getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
|
HttpMethodName |
DefaultRequest.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setHttpMethod(HttpMethodName httpMethod)
Sets the HTTP method (GET, POST, etc) to use when sending this request.
|
void |
DefaultRequest.setHttpMethod(HttpMethodName httpMethod) |
Modifier and Type | Method and Description |
---|---|
static HttpMethodName |
HttpMethodName.fromValue(String value) |
static HttpMethodName |
HttpMethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodName[] |
HttpMethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
OperationInfo.httpMethodName() |
Modifier and Type | Method and Description |
---|---|
OperationInfo.Builder |
OperationInfo.Builder.httpMethodName(HttpMethodName httpMethodName) |
Modifier and Type | Method and Description |
---|---|
protected <X extends AmazonWebServiceRequest> |
AmazonS3Client.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod)
Creates and initializes a new request object for the specified S3
resource.
|
protected <X extends AmazonWebServiceRequest> |
AmazonS3Client.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod,
URI endpoint) |
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
PresignedUrlUploadRequest.getHttpMethodName() |
Modifier and Type | Method and Description |
---|---|
void |
PresignedUrlUploadRequest.setHttpMethodName(HttpMethodName httpMethodName) |
PresignedUrlUploadRequest |
PresignedUrlUploadRequest.withHttpMethodName(HttpMethodName httpMethodName) |
Copyright © 2024. All rights reserved.