| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNFSFileShareResult> |
AbstractAWSStorageGatewayAsync.createNFSFileShareAsync(CreateNFSFileShareRequest request,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler) |
Future<CreateNFSFileShareResult> |
AWSStorageGatewayAsyncClient.createNFSFileShareAsync(CreateNFSFileShareRequest request,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler) |
Future<CreateNFSFileShareResult> |
AWSStorageGatewayAsync.createNFSFileShareAsync(CreateNFSFileShareRequest createNFSFileShareRequest,
AsyncHandler<CreateNFSFileShareRequest,CreateNFSFileShareResult> asyncHandler)
Creates a Network File System (NFS) file share on an existing S3 File Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.clone() |
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withBucketRegion(String bucketRegion)
Specifies the Region of the S3 bucket where the NFS file share stores files.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withCacheAttributes(CacheAttributes cacheAttributes)
Specifies refresh cache information for the file share.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientList(Collection<String> clientList)
The list of clients that are allowed to access the S3 File Gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientList(String... clientList)
The list of clients that are allowed to access the S3 File Gateway.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withClientToken(String clientToken)
A unique string value that you supply that is used by S3 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 S3 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 S3 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 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)
A custom ARN for the backend storage used for storing data for file shares.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withNFSFileShareDefaults(NFSFileShareDefaults nFSFileShareDefaults)
File share default values.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withNotificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withObjectACL(ObjectACL objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 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 S3 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 Identity and Access Management (IAM) role that an S3 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.
|
CreateNFSFileShareRequest |
CreateNFSFileShareRequest.withVPCEndpointDNSName(String vPCEndpointDNSName)
Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to Amazon S3.
|
Copyright © 2024. All rights reserved.