| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.clone() |
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
AwsEfsAccessPointRootDirectoryDetails.getCreationInfo()
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.withOwnerGid(String ownerGid)
Specifies the POSIX group ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.withOwnerUid(String ownerUid)
Specifies the POSIX user ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.withPermissions(String permissions)
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the
file's mode bits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEfsAccessPointRootDirectoryDetails.setCreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
AwsEfsAccessPointRootDirectoryDetails |
AwsEfsAccessPointRootDirectoryDetails.withCreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
Copyright © 2022. All rights reserved.