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)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.default DescribeLocationFsxWindowsResponseDataSyncClient. describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path. -
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)The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.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()
-