Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeLocationFsxWindowsRequest.Builder
-
Packages that use DescribeLocationFsxWindowsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeLocationFsxWindowsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type DescribeLocationFsxWindowsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeLocationFsxWindowsResponse>DataSyncAsyncClient. describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.default DescribeLocationFsxWindowsResponseDataSyncClient. describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured. -
Uses of DescribeLocationFsxWindowsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeLocationFsxWindowsRequest.Builder Modifier and Type Method Description static DescribeLocationFsxWindowsRequest.BuilderDescribeLocationFsxWindowsRequest. builder()DescribeLocationFsxWindowsRequest.BuilderDescribeLocationFsxWindowsRequest.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location.DescribeLocationFsxWindowsRequest.BuilderDescribeLocationFsxWindowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLocationFsxWindowsRequest.BuilderDescribeLocationFsxWindowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeLocationFsxWindowsRequest.BuilderDescribeLocationFsxWindowsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeLocationFsxWindowsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeLocationFsxWindowsRequest.Builder>DescribeLocationFsxWindowsRequest. serializableBuilderClass()
-