Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemRequest.Builder
-
Packages that use DescribeStorageSystemRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeStorageSystemRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type DescribeStorageSystemRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResponse>DataSyncAsyncClient. describeStorageSystem(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery.default DescribeStorageSystemResponseDataSyncClient. describeStorageSystem(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery. -
Uses of DescribeStorageSystemRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeStorageSystemRequest.Builder Modifier and Type Method Description static DescribeStorageSystemRequest.BuilderDescribeStorageSystemRequest. builder()DescribeStorageSystemRequest.BuilderDescribeStorageSystemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStorageSystemRequest.BuilderDescribeStorageSystemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStorageSystemRequest.BuilderDescribeStorageSystemRequest.Builder. storageSystemArn(String storageSystemArn)Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync Discovery.DescribeStorageSystemRequest.BuilderDescribeStorageSystemRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeStorageSystemRequest.Builder Modifier and Type Method Description static Class<? extends DescribeStorageSystemRequest.Builder>DescribeStorageSystemRequest. serializableBuilderClass()
-