| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentPermissionType |
DocumentPermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DocumentPermissionType |
ModifyDocumentPermissionRequest.permissionType()
The permission type for the document.
|
DocumentPermissionType |
DescribeDocumentPermissionRequest.permissionType()
The permission type for the document.
|
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 |
|---|---|
static Set<DocumentPermissionType> |
DocumentPermissionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDocumentPermissionRequest.Builder |
ModifyDocumentPermissionRequest.Builder.permissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
DescribeDocumentPermissionRequest.Builder |
DescribeDocumentPermissionRequest.Builder.permissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
Copyright © 2022. All rights reserved.