Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateSmbFileShareResponse
-
Packages that use UpdateSmbFileShareResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateSmbFileShareResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateSmbFileShareResponse Modifier and Type Method Description default UpdateSmbFileShareResponseStorageGatewayClient. updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)Updates a Server Message Block (SMB) file share.default UpdateSmbFileShareResponseStorageGatewayClient. updateSMBFileShare(UpdateSmbFileShareRequest updateSmbFileShareRequest)Updates a Server Message Block (SMB) file share.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateSmbFileShareResponse Modifier and Type Method Description default CompletableFuture<UpdateSmbFileShareResponse>StorageGatewayAsyncClient. updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)Updates a Server Message Block (SMB) file share.default CompletableFuture<UpdateSmbFileShareResponse>StorageGatewayAsyncClient. updateSMBFileShare(UpdateSmbFileShareRequest updateSmbFileShareRequest)Updates a Server Message Block (SMB) file share.
-