| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNFSFileShareResult> |
AWSStorageGatewayAsync.createNFSFileShareAsync(CreateNFSFileShareRequest createNFSFileShareRequest,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler)
Creates a file share on an existing file gateway.
|
Future<CreateNFSFileShareResult> |
AWSStorageGatewayAsyncClient.createNFSFileShareAsync(CreateNFSFileShareRequest request,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler) |
Future<CreateNFSFileShareResult> |
AbstractAWSStorageGatewayAsync.createNFSFileShareAsync(CreateNFSFileShareRequest request,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.clone() |
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientList(Collection<String> clientList)
The list of clients that are allowed to access the file gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientList(String... clientList)
The list of clients that are allowed to access the file gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientToken(String clientToken)
A unique string value that you supply that is used by file gateway to ensure idempotent file share creation.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by file gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the file gateway on which you want to create a file share.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withKMSEncrypted(Boolean kMSEncrypted)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon
S3.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withKMSKey(String kMSKey)
The KMS key used for Amazon S3 server side encryption.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withLocationARN(String locationARN)
The ARN of the backed storage used for storing file data.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withNFSFileShareDefaults(NFSFileShareDefaults nFSFileShareDefaults)
File share default values.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withReadOnly(Boolean readOnly)
Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withRole(String role)
The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the
underlying storage.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withSquash(String squash)
Maps a user to anonymous user.
|
Copyright © 2017. All rights reserved.