Package | Description |
---|---|
com.aliyun.oss | |
com.aliyun.oss.common.parser | |
com.aliyun.oss.model |
Modifier and Type | Method and Description |
---|---|
SetAsyncFetchTaskResult |
OSS.setAsyncFetchTask(String bucketName,
AsyncFetchTaskConfiguration asyncFetchTaskConfiguration)
Sets an async fetch task.
|
SetAsyncFetchTaskResult |
OSSClient.setAsyncFetchTask(String bucketName,
AsyncFetchTaskConfiguration asyncFetchTaskConfiguration) |
Modifier and Type | Method and Description |
---|---|
byte[] |
RequestMarshallers.SetAsyncFetchTaskRequestMarshaller.marshall(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration) |
Modifier and Type | Method and Description |
---|---|
AsyncFetchTaskConfiguration |
GetAsyncFetchTaskResult.getAsyncFetchTaskConfiguration()
Gets the async task configuration.
|
AsyncFetchTaskConfiguration |
SetAsyncFetchTaskRequest.getAsyncFetchTaskConfiguration() |
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withCallback(String callback)
Sets the callback after fetch object success, and returns the updated AsyncFetchTaskConfiguration object.
|
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withContentMd5(String contentMd5)
Sets the contentMd5 of the source file, it also can be null or empty,
and returns the updated AsyncFetchTaskConfiguration object.
|
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withHost(String host)
Sets the host that you want to fetch, it also can be null or empty,
and returns the updated AsyncFetchTaskConfiguration object.
|
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withIgnoreSameKey(Boolean ignoreSameKey)
Sets the optional operation of ignore the task or not when the destination object already exists,
true means ignore the task and false means it allows object coving,
and returns the updated AsyncFetchTaskConfiguration object.
|
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withObjectName(String objectName)
Sets the destination object name and returns the updated AsyncFetchTaskConfiguration object.
|
AsyncFetchTaskConfiguration |
AsyncFetchTaskConfiguration.withUrl(String url)
Sets the source object url and returns the updated AsyncFetchTaskConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAsyncFetchTaskResult.setAsyncFetchTaskConfiguration(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration)
Sets the async task configuration.
|
void |
SetAsyncFetchTaskRequest.setAsyncFetchTaskConfiguration(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration) |
SetAsyncFetchTaskRequest |
SetAsyncFetchTaskRequest.withAsyncFetchTaskConfiguration(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration) |
Constructor and Description |
---|
SetAsyncFetchTaskRequest(String bucketName,
AsyncFetchTaskConfiguration asyncFetchTaskConfiguration) |
Copyright © 2023. All Rights Reserved.