@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonWorkDocsClient extends AmazonWebServiceClient implements AmazonWorkDocs
The WorkDocs API is designed for the following use cases:
File Migration: File migration applications are supported for users who want to migrate their files from an on-premise or off-premise file system or service. Users can insert files into a user directory structure, as well as allow for basic metadata changes, such as modifications to the permissions of files.
Security: Support security applications are supported for users who have additional security needs, such as anti-virus or data loss prevention. The APIs, in conjunction with Amazon CloudTrail, allow these applications to detect when changes occur in Amazon WorkDocs, so the application can take the necessary actions and replace the target file. The application can also choose to email the user if the target file violates the policy.
eDiscovery/Analytics: General administrative applications are supported, such as eDiscovery and analytics. These applications can choose to mimic and/or record the actions in an Amazon WorkDocs site, in conjunction with Amazon CloudTrails, to replicate data for eDiscovery, backup, or analytical applications.
All Amazon WorkDocs APIs are Amazon authenticated, certificate-signed APIs. They not only require the use of the AWS SDK, but also allow for the exclusive use of IAM users and roles to help facilitate access, trust, and permission policies. By creating a role and allowing an IAM user to access the Amazon WorkDocs site, the IAM user gains full administrative visibility into the entire Amazon WorkDocs site (or as set in the IAM policy). This includes, but is not limited to, the ability to modify file permissions and upload any file to any user. This allows developers to perform the three use cases above, as well as give users the ability to grant access on a selective basis using the IAM model.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AbortDocumentVersionUploadResult |
abortDocumentVersionUpload(AbortDocumentVersionUploadRequest abortDocumentVersionUploadRequest)
Aborts the upload of the specified document version that was previously initiated by
InitiateDocumentVersionUpload.
|
ActivateUserResult |
activateUser(ActivateUserRequest activateUserRequest)
Activates the specified user.
|
AddResourcePermissionsResult |
addResourcePermissions(AddResourcePermissionsRequest addResourcePermissionsRequest)
Creates a set of permissions for the specified folder or document.
|
static AmazonWorkDocsClientBuilder |
builder() |
CreateFolderResult |
createFolder(CreateFolderRequest createFolderRequest)
Creates a folder with the specified name and parent folder.
|
CreateNotificationSubscriptionResult |
createNotificationSubscription(CreateNotificationSubscriptionRequest createNotificationSubscriptionRequest)
Configure WorkDocs to use Amazon SNS notifications.
|
CreateUserResult |
createUser(CreateUserRequest createUserRequest)
Creates a user in a Simple AD or Microsoft AD directory.
|
DeactivateUserResult |
deactivateUser(DeactivateUserRequest deactivateUserRequest)
Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.
|
DeleteDocumentResult |
deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Permanently deletes the specified document and its associated metadata.
|
DeleteFolderResult |
deleteFolder(DeleteFolderRequest deleteFolderRequest)
Permanently deletes the specified folder and its contents.
|
DeleteFolderContentsResult |
deleteFolderContents(DeleteFolderContentsRequest deleteFolderContentsRequest)
Deletes the contents of the specified folder.
|
DeleteNotificationSubscriptionResult |
deleteNotificationSubscription(DeleteNotificationSubscriptionRequest deleteNotificationSubscriptionRequest)
Deletes the specified subscription from the specified organization.
|
DeleteUserResult |
deleteUser(DeleteUserRequest deleteUserRequest)
Deletes the specified user from a Simple AD or Microsoft AD directory.
|
DescribeDocumentVersionsResult |
describeDocumentVersions(DescribeDocumentVersionsRequest describeDocumentVersionsRequest)
Retrieves the document versions for the specified document.
|
DescribeFolderContentsResult |
describeFolderContents(DescribeFolderContentsRequest describeFolderContentsRequest)
Describes the contents of the specified folder, including its documents and sub-folders.
|
DescribeNotificationSubscriptionsResult |
describeNotificationSubscriptions(DescribeNotificationSubscriptionsRequest describeNotificationSubscriptionsRequest)
Lists the specified notification subscriptions.
|
DescribeResourcePermissionsResult |
describeResourcePermissions(DescribeResourcePermissionsRequest describeResourcePermissionsRequest)
Describes the permissions of a specified resource.
|
DescribeUsersResult |
describeUsers(DescribeUsersRequest describeUsersRequest)
Describes the specified users.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDocumentResult |
getDocument(GetDocumentRequest getDocumentRequest)
Retrieves the specified document object.
|
GetDocumentPathResult |
getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
GetDocumentVersionResult |
getDocumentVersion(GetDocumentVersionRequest getDocumentVersionRequest)
Retrieves version metadata for the specified document.
|
GetFolderResult |
getFolder(GetFolderRequest getFolderRequest)
Retrieves the metadata of the specified folder.
|
GetFolderPathResult |
getFolderPath(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
InitiateDocumentVersionUploadResult |
initiateDocumentVersionUpload(InitiateDocumentVersionUploadRequest initiateDocumentVersionUploadRequest)
Creates a new document object and version object.
|
RemoveAllResourcePermissionsResult |
removeAllResourcePermissions(RemoveAllResourcePermissionsRequest removeAllResourcePermissionsRequest)
Removes all the permissions from the specified resource.
|
RemoveResourcePermissionResult |
removeResourcePermission(RemoveResourcePermissionRequest removeResourcePermissionRequest)
Removes the permission for the specified principal from the specified resource.
|
UpdateDocumentResult |
updateDocument(UpdateDocumentRequest updateDocumentRequest)
Updates the specified attributes of the specified document.
|
UpdateDocumentVersionResult |
updateDocumentVersion(UpdateDocumentVersionRequest updateDocumentVersionRequest)
Changes the status of the document version to ACTIVE.
|
UpdateFolderResult |
updateFolder(UpdateFolderRequest updateFolderRequest)
Updates the specified attributes of the specified folder.
|
UpdateUserResult |
updateUser(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
addRequestHandler, addRequestHandler, configureRegion, getEndpointPrefix, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownpublic static AmazonWorkDocsClientBuilder builder()
public AbortDocumentVersionUploadResult abortDocumentVersionUpload(AbortDocumentVersionUploadRequest abortDocumentVersionUploadRequest)
Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload. The client should make this call only when it no longer intends or fails to upload the document version.
abortDocumentVersionUpload in interface AmazonWorkDocsabortDocumentVersionUploadRequest - EntityNotExistsException - The resource does not exist.ProhibitedStateException - The specified document version is not in the INITIALIZED state.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public ActivateUserResult activateUser(ActivateUserRequest activateUserRequest)
Activates the specified user. Only active users can access Amazon WorkDocs.
activateUser in interface AmazonWorkDocsactivateUserRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public AddResourcePermissionsResult addResourcePermissions(AddResourcePermissionsRequest addResourcePermissionsRequest)
Creates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.
addResourcePermissions in interface AmazonWorkDocsaddResourcePermissionsRequest - UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public CreateFolderResult createFolder(CreateFolderRequest createFolderRequest)
Creates a folder with the specified name and parent folder.
createFolder in interface AmazonWorkDocscreateFolderRequest - EntityNotExistsException - The resource does not exist.EntityAlreadyExistsException - The resource already exists.ProhibitedStateException - The specified document version is not in the INITIALIZED state.LimitExceededException - You've exceeded the maximum of 100,000 folders under the parent folder.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public CreateNotificationSubscriptionResult createNotificationSubscription(CreateNotificationSubscriptionRequest createNotificationSubscriptionRequest)
Configure WorkDocs to use Amazon SNS notifications.
The endpoint receives a confirmation message, and must confirm the subscription. For more information, see Confirm the Subscription in the Amazon Simple Notification Service Developer Guide.
createNotificationSubscription in interface AmazonWorkDocscreateNotificationSubscriptionRequest - UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.TooManySubscriptionsException - You've reached the limit on the number of subscriptions for the WorkDocs instance.ServiceUnavailableException - One or more of the dependencies is unavailable.public CreateUserResult createUser(CreateUserRequest createUserRequest)
Creates a user in a Simple AD or Microsoft AD directory. The status of a newly created user is "ACTIVE". New users can access Amazon WorkDocs.
createUser in interface AmazonWorkDocscreateUserRequest - EntityAlreadyExistsException - The resource already exists.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DeactivateUserResult deactivateUser(DeactivateUserRequest deactivateUserRequest)
Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.
deactivateUser in interface AmazonWorkDocsdeactivateUserRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DeleteDocumentResult deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Permanently deletes the specified document and its associated metadata.
deleteDocument in interface AmazonWorkDocsdeleteDocumentRequest - EntityNotExistsException - The resource does not exist.ProhibitedStateException - The specified document version is not in the INITIALIZED state.ConcurrentModificationException - The resource hierarchy is changing.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DeleteFolderResult deleteFolder(DeleteFolderRequest deleteFolderRequest)
Permanently deletes the specified folder and its contents.
deleteFolder in interface AmazonWorkDocsdeleteFolderRequest - EntityNotExistsException - The resource does not exist.ProhibitedStateException - The specified document version is not in the INITIALIZED state.ConcurrentModificationException - The resource hierarchy is changing.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DeleteFolderContentsResult deleteFolderContents(DeleteFolderContentsRequest deleteFolderContentsRequest)
Deletes the contents of the specified folder.
deleteFolderContents in interface AmazonWorkDocsdeleteFolderContentsRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DeleteNotificationSubscriptionResult deleteNotificationSubscription(DeleteNotificationSubscriptionRequest deleteNotificationSubscriptionRequest)
Deletes the specified subscription from the specified organization.
deleteNotificationSubscription in interface AmazonWorkDocsdeleteNotificationSubscriptionRequest - UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.EntityNotExistsException - The resource does not exist.ServiceUnavailableException - One or more of the dependencies is unavailable.ProhibitedStateException - The specified document version is not in the INITIALIZED state.public DeleteUserResult deleteUser(DeleteUserRequest deleteUserRequest)
Deletes the specified user from a Simple AD or Microsoft AD directory.
deleteUser in interface AmazonWorkDocsdeleteUserRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DescribeDocumentVersionsResult describeDocumentVersions(DescribeDocumentVersionsRequest describeDocumentVersionsRequest)
Retrieves the document versions for the specified document.
By default, only active versions are returned.
describeDocumentVersions in interface AmazonWorkDocsdescribeDocumentVersionsRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.InvalidArgumentException - The pagination marker and/or limit fields are not valid.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.ProhibitedStateException - The specified document version is not in the INITIALIZED state.public DescribeFolderContentsResult describeFolderContents(DescribeFolderContentsRequest describeFolderContentsRequest)
Describes the contents of the specified folder, including its documents and sub-folders.
By default, Amazon WorkDocs returns the first 100 active document and folder metadata items. If there are more results, the response includes a marker that you can use to request the next set of results. You can also request initialized documents.
describeFolderContents in interface AmazonWorkDocsdescribeFolderContentsRequest - EntityNotExistsException - The resource does not exist.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.InvalidArgumentException - The pagination marker and/or limit fields are not valid.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.ProhibitedStateException - The specified document version is not in the INITIALIZED state.public DescribeNotificationSubscriptionsResult describeNotificationSubscriptions(DescribeNotificationSubscriptionsRequest describeNotificationSubscriptionsRequest)
Lists the specified notification subscriptions.
describeNotificationSubscriptions in interface AmazonWorkDocsdescribeNotificationSubscriptionsRequest - UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.EntityNotExistsException - The resource does not exist.ServiceUnavailableException - One or more of the dependencies is unavailable.public DescribeResourcePermissionsResult describeResourcePermissions(DescribeResourcePermissionsRequest describeResourcePermissionsRequest)
Describes the permissions of a specified resource.
describeResourcePermissions in interface AmazonWorkDocsdescribeResourcePermissionsRequest - UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public DescribeUsersResult describeUsers(DescribeUsersRequest describeUsersRequest)
Describes the specified users. You can describe all users or filter the results (for example, by status or organization).
By default, Amazon WorkDocs returns the first 24 active or pending users. If there are more results, the response includes a marker that you can use to request the next set of results.
describeUsers in interface AmazonWorkDocsdescribeUsersRequest - UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.InvalidArgumentException - The pagination marker and/or limit fields are not valid.public GetDocumentResult getDocument(GetDocumentRequest getDocumentRequest)
Retrieves the specified document object.
getDocument in interface AmazonWorkDocsgetDocumentRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.InvalidArgumentException - The pagination marker and/or limit fields are not valid.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public GetDocumentPathResult getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested document and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the names of the parent folders.
getDocumentPath in interface AmazonWorkDocsgetDocumentPathRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public GetDocumentVersionResult getDocumentVersion(GetDocumentVersionRequest getDocumentVersionRequest)
Retrieves version metadata for the specified document.
getDocumentVersion in interface AmazonWorkDocsgetDocumentVersionRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.ProhibitedStateException - The specified document version is not in the INITIALIZED state.public GetFolderResult getFolder(GetFolderRequest getFolderRequest)
Retrieves the metadata of the specified folder.
getFolder in interface AmazonWorkDocsgetFolderRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.InvalidArgumentException - The pagination marker and/or limit fields are not valid.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.ProhibitedStateException - The specified document version is not in the INITIALIZED state.public GetFolderPathResult getFolderPath(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.
getFolderPath in interface AmazonWorkDocsgetFolderPathRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public InitiateDocumentVersionUploadResult initiateDocumentVersionUpload(InitiateDocumentVersionUploadRequest initiateDocumentVersionUploadRequest)
Creates a new document object and version object.
The client specifies the parent folder ID and name of the document to upload. The ID is optionally specified when creating a new version of an existing document. This is the first step to upload a document. Next, upload the document to the URL returned from the call, and then call UpdateDocumentVersion.
To cancel the document upload, call AbortDocumentVersionUpload.
initiateDocumentVersionUpload in interface AmazonWorkDocsinitiateDocumentVersionUploadRequest - EntityNotExistsException - The resource does not exist.EntityAlreadyExistsException - The resource already exists.StorageLimitExceededException - The storage limit has been exceeded.StorageLimitWillExceedException - The storage limit will be exceeded.ProhibitedStateException - The specified document version is not in the INITIALIZED state.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public RemoveAllResourcePermissionsResult removeAllResourcePermissions(RemoveAllResourcePermissionsRequest removeAllResourcePermissionsRequest)
Removes all the permissions from the specified resource.
removeAllResourcePermissions in interface AmazonWorkDocsremoveAllResourcePermissionsRequest - UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public RemoveResourcePermissionResult removeResourcePermission(RemoveResourcePermissionRequest removeResourcePermissionRequest)
Removes the permission for the specified principal from the specified resource.
removeResourcePermission in interface AmazonWorkDocsremoveResourcePermissionRequest - UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public UpdateDocumentResult updateDocument(UpdateDocumentRequest updateDocumentRequest)
Updates the specified attributes of the specified document. The user must have access to both the document and its parent folder, if applicable.
updateDocument in interface AmazonWorkDocsupdateDocumentRequest - EntityNotExistsException - The resource does not exist.EntityAlreadyExistsException - The resource already exists.LimitExceededException - You've exceeded the maximum of 100,000 folders under the parent folder.ProhibitedStateException - The specified document version is not in the INITIALIZED state.ConcurrentModificationException - The resource hierarchy is changing.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public UpdateDocumentVersionResult updateDocumentVersion(UpdateDocumentVersionRequest updateDocumentVersionRequest)
Changes the status of the document version to ACTIVE.
Amazon WorkDocs also sets its document container to ACTIVE. This is the last step in a document upload, after the client uploads the document to an S3-presigned URL returned by InitiateDocumentVersionUpload.
updateDocumentVersion in interface AmazonWorkDocsupdateDocumentVersionRequest - EntityNotExistsException - The resource does not exist.ProhibitedStateException - The specified document version is not in the INITIALIZED state.ConcurrentModificationException - The resource hierarchy is changing.InvalidOperationException - The operation is invalid.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public UpdateFolderResult updateFolder(UpdateFolderRequest updateFolderRequest)
Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.
updateFolder in interface AmazonWorkDocsupdateFolderRequest - EntityNotExistsException - The resource does not exist.EntityAlreadyExistsException - The resource already exists.ProhibitedStateException - The specified document version is not in the INITIALIZED state.ConcurrentModificationException - The resource hierarchy is changing.LimitExceededException - You've exceeded the maximum of 100,000 folders under the parent folder.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.public UpdateUserResult updateUser(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.
updateUser in interface AmazonWorkDocsupdateUserRequest - EntityNotExistsException - The resource does not exist.UnauthorizedOperationException - The operation is not permitted.UnauthorizedResourceAccessException - The caller does not have access to perform the action on the resource.IllegalUserStateException - The user is undergoing transfer of ownership.FailedDependencyException - The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the
organization is failing, such as a connected active directory.ServiceUnavailableException - One or more of the dependencies is unavailable.DeactivatingLastSystemUserException - The last user in the organization is being deactivated.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonWorkDocsrequest - The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.