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)Returns metadata, such as the path and user information about an SMB location.default DescribeLocationSmbResponseDataSyncClient. describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)Returns metadata, such as the path and user information about an SMB location.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)Returns metadata, such as the path and user information about an SMB location.default CompletableFuture<DescribeLocationSmbResponse>DataSyncAsyncClient. describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)Returns metadata, such as the path and user information about an SMB location.
-