Modifier and Type | Method and Description |
---|---|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.clone() |
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(java.util.Collection<java.lang.String> accountIdsToAdd)
The AWS user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(java.lang.String... accountIdsToAdd)
The AWS user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(java.util.Collection<java.lang.String> accountIdsToRemove)
The AWS user accounts that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(java.lang.String... accountIdsToRemove)
The AWS user accounts that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withName(java.lang.String name)
The name of the document that you want to share.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withPermissionType(java.lang.String permissionType)
The permission type for the document.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyDocumentPermissionRequest> |
ModifyDocumentPermissionRequestMarshaller.marshall(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ModifyDocumentPermissionRequest> |
ModifyDocumentPermissionRequestMarshaller.marshall(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest) |