Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentPermissionType
-
Packages that use DocumentPermissionType Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentPermissionType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentPermissionType Modifier and Type Method Description static DocumentPermissionTypeDocumentPermissionType. fromValue(String value)Use this in place of valueOf.static DocumentPermissionTypeDocumentPermissionType. 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.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentPermissionType Modifier and Type Method Description voidDescribeDocumentPermissionRequest. setPermissionType(DocumentPermissionType permissionType)The permission type for the document.voidModifyDocumentPermissionRequest. setPermissionType(DocumentPermissionType permissionType)The permission type for the document.DescribeDocumentPermissionRequestDescribeDocumentPermissionRequest. withPermissionType(DocumentPermissionType permissionType)The permission type for the document.ModifyDocumentPermissionRequestModifyDocumentPermissionRequest. withPermissionType(DocumentPermissionType permissionType)The permission type for the document.
-