| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSmbFileShareResponse> |
StorageGatewayAsyncClient.updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)
Updates a Server Message Block (SMB) file share.
|
default UpdateSmbFileShareResponse |
StorageGatewayClient.updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)
Updates a Server Message Block (SMB) file share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.adminUserList(Collection<String> adminUserList)
A list of users in the Active Directory that have administrator rights to the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.adminUserList(String... adminUserList)
A list of users in the Active Directory that have administrator rights to the file share.
|
static UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.builder() |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the SMB file share that you want to update.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.invalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.invalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.kmsEncrypted(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.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.kmsKey(String kmsKey)
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.objectACL(ObjectACL objectACL)
A value that sets the access control list permission for objects in the S3 bucket that a file gateway puts
objects into.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.objectACL(String objectACL)
A value that sets the access control list permission for objects in the S3 bucket that a file gateway puts
objects into.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.readOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.requesterPays(Boolean requesterPays)
A value that sets who pays the cost of the request and the cost associated with data download from the S3
bucket.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.smbaclEnabled(Boolean smbaclEnabled)
Set this value to "true to enable ACL (access control list) on the SMB file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.toBuilder() |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.validUserList(Collection<String> validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.validUserList(String... validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSmbFileShareRequest.Builder> |
UpdateSmbFileShareRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.