Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static DocumentPermissionType |
DocumentPermissionType.fromValue(String value)
Use this in place of valueOf.
|
static DocumentPermissionType |
DocumentPermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPermissionType[] |
DocumentPermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDocumentPermissionRequest.setPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
void |
ModifyDocumentPermissionRequest.setPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
DescribeDocumentPermissionRequest |
DescribeDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
Copyright © 2018. All rights reserved.