Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeLocationEfsRequest.Builder
-
Packages that use DescribeLocationEfsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeLocationEfsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type DescribeLocationEfsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeLocationEfsResponse>DataSyncAsyncClient. describeLocationEfs(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.default DescribeLocationEfsResponseDataSyncClient. describeLocationEfs(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured. -
Uses of DescribeLocationEfsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeLocationEfsRequest.Builder Modifier and Type Method Description static DescribeLocationEfsRequest.BuilderDescribeLocationEfsRequest. builder()DescribeLocationEfsRequest.BuilderDescribeLocationEfsRequest.Builder. locationArn(String locationArn)The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.DescribeLocationEfsRequest.BuilderDescribeLocationEfsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLocationEfsRequest.BuilderDescribeLocationEfsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeLocationEfsRequest.BuilderDescribeLocationEfsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeLocationEfsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeLocationEfsRequest.Builder>DescribeLocationEfsRequest. serializableBuilderClass()
-