| 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 Network File System (NFS) 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.withCacheAttributes(CacheAttributes cacheAttributes)
Refresh cache information.
|
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 the file gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withFileShareName(String fileShareName)
The name of the file share.
|
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.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withKMSEncrypted(Boolean kMSEncrypted)
Set to
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 Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withLocationARN(String locationARN)
The ARN of the backend storage used for storing file data.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withNFSFileShareDefaults(NFSFileShareDefaults nFSFileShareDefaults)
File share default values.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withObjectACL(ObjectACL objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a file gateway puts
objects into.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withObjectACL(String objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a file gateway puts
objects into.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withRequesterPays(Boolean requesterPays)
A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket.
|
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)
A value that maps a user to anonymous user.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to the NFS file share.
|
Copyright © 2020. All rights reserved.