Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeLocationFsxOntapRequest.Builder
-
Packages that use DescribeLocationFsxOntapRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeLocationFsxOntapRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type DescribeLocationFsxOntapRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeLocationFsxOntapResponse>DataSyncAsyncClient. describeLocationFsxOntap(Consumer<DescribeLocationFsxOntapRequest.Builder> describeLocationFsxOntapRequest)Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.default DescribeLocationFsxOntapResponseDataSyncClient. describeLocationFsxOntap(Consumer<DescribeLocationFsxOntapRequest.Builder> describeLocationFsxOntapRequest)Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. -
Uses of DescribeLocationFsxOntapRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeLocationFsxOntapRequest.Builder Modifier and Type Method Description static DescribeLocationFsxOntapRequest.BuilderDescribeLocationFsxOntapRequest. builder()DescribeLocationFsxOntapRequest.BuilderDescribeLocationFsxOntapRequest.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.DescribeLocationFsxOntapRequest.BuilderDescribeLocationFsxOntapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLocationFsxOntapRequest.BuilderDescribeLocationFsxOntapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeLocationFsxOntapRequest.BuilderDescribeLocationFsxOntapRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeLocationFsxOntapRequest.Builder Modifier and Type Method Description static Class<? extends DescribeLocationFsxOntapRequest.Builder>DescribeLocationFsxOntapRequest. serializableBuilderClass()
-