Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeSmbSettingsResponse
-
Packages that use DescribeSmbSettingsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeSmbSettingsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeSmbSettingsResponse Modifier and Type Method Description default DescribeSmbSettingsResponseStorageGatewayClient. describeSMBSettings(Consumer<DescribeSmbSettingsRequest.Builder> describeSmbSettingsRequest)Gets a description of a Server Message Block (SMB) file share settings from a file gateway.default DescribeSmbSettingsResponseStorageGatewayClient. describeSMBSettings(DescribeSmbSettingsRequest describeSmbSettingsRequest)Gets a description of a Server Message Block (SMB) file share settings from a file gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeSmbSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeSmbSettingsResponse>StorageGatewayAsyncClient. describeSMBSettings(Consumer<DescribeSmbSettingsRequest.Builder> describeSmbSettingsRequest)Gets a description of a Server Message Block (SMB) file share settings from a file gateway.default CompletableFuture<DescribeSmbSettingsResponse>StorageGatewayAsyncClient. describeSMBSettings(DescribeSmbSettingsRequest describeSmbSettingsRequest)Gets a description of a Server Message Block (SMB) file share settings from a file gateway.
-