Uses of Interface
software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest.Builder
-
Packages that use ListStorageSystemsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of ListStorageSystemsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type ListStorageSystemsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStorageSystemsResponse>DataSyncAsyncClient. listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsResponseDataSyncClient. listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsPublisherDataSyncAsyncClient. listStorageSystemsPaginator(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsIterableDataSyncClient. listStorageSystemsPaginator(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery. -
Uses of ListStorageSystemsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ListStorageSystemsRequest.Builder Modifier and Type Method Description static ListStorageSystemsRequest.BuilderListStorageSystemsRequest. builder()ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. maxResults(Integer maxResults)Specifies how many results you want in the response.ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. nextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStorageSystemsRequest.BuilderListStorageSystemsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ListStorageSystemsRequest.Builder Modifier and Type Method Description static Class<? extends ListStorageSystemsRequest.Builder>ListStorageSystemsRequest. serializableBuilderClass()
-