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)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. -
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)
-