Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationSmbRequest
-
Packages that use DescribeLocationSmbRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeLocationSmbRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeLocationSmbRequest Modifier and Type Method Description default CompletableFuture<DescribeLocationSmbResponse>DataSyncAsyncClient. describeLocationSmb(DescribeLocationSmbRequest 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. -
Uses of DescribeLocationSmbRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeLocationSmbRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLocationSmbRequestMarshaller. marshall(DescribeLocationSmbRequest describeLocationSmbRequest)
-