| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSMBFileShareResult> |
AbstractAWSStorageGatewayAsync.createSMBFileShareAsync(CreateSMBFileShareRequest request,
AsyncHandler<CreateSMBFileShareRequest,CreateSMBFileShareResult> asyncHandler) |
Future<CreateSMBFileShareResult> |
AWSStorageGatewayAsyncClient.createSMBFileShareAsync(CreateSMBFileShareRequest request,
AsyncHandler<CreateSMBFileShareRequest,CreateSMBFileShareResult> asyncHandler) |
Future<CreateSMBFileShareResult> |
AWSStorageGatewayAsync.createSMBFileShareAsync(CreateSMBFileShareRequest createSMBFileShareRequest,
AsyncHandler<CreateSMBFileShareRequest,CreateSMBFileShareResult> asyncHandler)
Creates a Server Message Block (SMB) file share on an existing S3 File Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.clone() |
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withAccessBasedEnumeration(Boolean accessBasedEnumeration)
The files and folders on this share will only be visible to users with read access.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withAdminUserList(Collection<String> adminUserList)
A list of users or groups in the Active Directory that will be granted administrator privileges on the file
share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withAdminUserList(String... adminUserList)
A list of users or groups in the Active Directory that will be granted administrator privileges on the file
share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withAuthentication(String authentication)
The authentication method that users use to access the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withBucketRegion(String bucketRegion)
Specifies the Region of the S3 bucket where the SMB file share stores files.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withCacheAttributes(CacheAttributes cacheAttributes)
Specifies refresh cache information for the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withCaseSensitivity(CaseSensitivity caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withCaseSensitivity(String caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withClientToken(String clientToken)
A unique string value that you supply that is used by S3 File Gateway to ensure idempotent file share creation.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withFileShareName(String fileShareName)
The name of the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withGatewayARN(String gatewayARN)
The ARN of the S3 File Gateway on which you want to create a file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withInvalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withInvalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.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. |
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withLocationARN(String locationARN)
The ARN of the backend storage used for storing file data.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withNotificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.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.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.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.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withOplocksEnabled(Boolean oplocksEnabled)
Specifies whether opportunistic locking is enabled for the SMB file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.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.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.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.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withSMBACLEnabled(Boolean sMBACLEnabled)
Set this value to
true to enable access control list (ACL) on the SMB file share. |
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withValidUserList(Collection<String> validUserList)
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withValidUserList(String... validUserList)
|
CreateSMBFileShareRequest |
CreateSMBFileShareRequest.withVPCEndpointDNSName(String vPCEndpointDNSName)
Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3.
|
Copyright © 2021. All rights reserved.