Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.DocumentPermissionType
Packages that use DocumentPermissionType
-
Uses of DocumentPermissionType in com.amazonaws.services.simplesystemsmanagement.model
Subclasses with type arguments of type DocumentPermissionType in com.amazonaws.services.simplesystemsmanagement.modelMethods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentPermissionTypeModifier and TypeMethodDescriptionstatic DocumentPermissionTypeUse this in place of valueOf.static DocumentPermissionTypeReturns 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 DocumentPermissionTypeModifier and TypeMethodDescriptionvoidDescribeDocumentPermissionRequest.setPermissionType(DocumentPermissionType permissionType) The permission type for the document.voidModifyDocumentPermissionRequest.setPermissionType(DocumentPermissionType permissionType) The permission type for the document.DescribeDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType) The permission type for the document.ModifyDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType) The permission type for the document.