Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationSmbResponse
-
Packages that use DescribeLocationSmbResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationSmbResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationSmbResponse Modifier and Type Method Description default DescribeLocationSmbResponseDataSyncClient. describeLocationSmb(Consumer<DescribeLocationSmbRequest.Builder> describeLocationSmbRequest)Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.default DescribeLocationSmbResponseDataSyncClient. describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationSmbResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationSmbResponse>DataSyncAsyncClient. describeLocationSmb(Consumer<DescribeLocationSmbRequest.Builder> describeLocationSmbRequest)Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.default CompletableFuture<DescribeLocationSmbResponse>DataSyncAsyncClient. describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.
-