Uses of Interface
software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest.Builder
-
Packages that use ListTaskExecutionsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of ListTaskExecutionsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type ListTaskExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTaskExecutionsResponse>DataSyncAsyncClient. listTaskExecutions(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsResponseDataSyncClient. listTaskExecutions(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsPublisherDataSyncAsyncClient. listTaskExecutionsPaginator(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsIterableDataSyncClient. listTaskExecutionsPaginator(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks. -
Uses of ListTaskExecutionsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ListTaskExecutionsRequest.Builder Modifier and Type Method Description static ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest. builder()ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of executed tasks to list.ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest.Builder. nextToken(String nextToken)An opaque string that indicates the position at which to begin the next list of the executed tasks.ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest.Builder. taskArn(String taskArn)The Amazon Resource Name (ARN) of the task whose tasks you want to list.ListTaskExecutionsRequest.BuilderListTaskExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ListTaskExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListTaskExecutionsRequest.Builder>ListTaskExecutionsRequest. serializableBuilderClass()
-