Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeSmbFileSharesResponse
-
Packages that use DescribeSmbFileSharesResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeSmbFileSharesResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeSmbFileSharesResponse Modifier and Type Method Description default DescribeSmbFileSharesResponseStorageGatewayClient. describeSMBFileShares(Consumer<DescribeSmbFileSharesRequest.Builder> describeSmbFileSharesRequest)Gets a description for one or more Server Message Block (SMB) file shares from a S3 File Gateway.default DescribeSmbFileSharesResponseStorageGatewayClient. describeSMBFileShares(DescribeSmbFileSharesRequest describeSmbFileSharesRequest)Gets a description for one or more Server Message Block (SMB) file shares from a S3 File Gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeSmbFileSharesResponse Modifier and Type Method Description default CompletableFuture<DescribeSmbFileSharesResponse>StorageGatewayAsyncClient. describeSMBFileShares(Consumer<DescribeSmbFileSharesRequest.Builder> describeSmbFileSharesRequest)Gets a description for one or more Server Message Block (SMB) file shares from a S3 File Gateway.default CompletableFuture<DescribeSmbFileSharesResponse>StorageGatewayAsyncClient. describeSMBFileShares(DescribeSmbFileSharesRequest describeSmbFileSharesRequest)Gets a description for one or more Server Message Block (SMB) file shares from a S3 File Gateway.
-