| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.clone() |
AwsEfsAccessPointDetails |
ResourceDetails.getAwsEfsAccessPoint()
Details about an Amazon EFS access point.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withAccessPointId(String accessPointId)
The ID of the Amazon EFS access point.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withClientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withFileSystemId(String fileSystemId)
The ID of the Amazon EFS file system that the access point applies to.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withPosixUser(AwsEfsAccessPointPosixUserDetails posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is
used for all file operations by NFS clients using the access point.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withRootDirectory(AwsEfsAccessPointRootDirectoryDetails rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEfsAccessPoint(AwsEfsAccessPointDetails awsEfsAccessPoint)
Details about an Amazon EFS access point.
|
ResourceDetails |
ResourceDetails.withAwsEfsAccessPoint(AwsEfsAccessPointDetails awsEfsAccessPoint)
Details about an Amazon EFS access point.
|
Copyright © 2024. All rights reserved.