Uses of Class
software.amazon.awssdk.services.outposts.model.ListCapacityTasksResponse
-
Packages that use ListCapacityTasksResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.paginators -
-
Uses of ListCapacityTasksResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListCapacityTasksResponse Modifier and Type Method Description default ListCapacityTasksResponseOutpostsClient. listCapacityTasks(Consumer<ListCapacityTasksRequest.Builder> listCapacityTasksRequest)Lists the capacity tasks for your Amazon Web Services account.default ListCapacityTasksResponseOutpostsClient. listCapacityTasks(ListCapacityTasksRequest listCapacityTasksRequest)Lists the capacity tasks for your Amazon Web Services account.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListCapacityTasksResponse Modifier and Type Method Description default CompletableFuture<ListCapacityTasksResponse>OutpostsAsyncClient. listCapacityTasks(Consumer<ListCapacityTasksRequest.Builder> listCapacityTasksRequest)Lists the capacity tasks for your Amazon Web Services account.default CompletableFuture<ListCapacityTasksResponse>OutpostsAsyncClient. listCapacityTasks(ListCapacityTasksRequest listCapacityTasksRequest)Lists the capacity tasks for your Amazon Web Services account. -
Uses of ListCapacityTasksResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListCapacityTasksResponse Modifier and Type Method Description Iterator<ListCapacityTasksResponse>ListCapacityTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListCapacityTasksResponse Modifier and Type Method Description voidListCapacityTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCapacityTasksResponse> subscriber)
-