Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListStackSetOperationsResponse
-
Packages that use ListStackSetOperationsResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.paginators -
-
Uses of ListStackSetOperationsResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return ListStackSetOperationsResponse Modifier and Type Method Description default ListStackSetOperationsResponseCloudFormationClient. listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.default ListStackSetOperationsResponseCloudFormationClient. listStackSetOperations(ListStackSetOperationsRequest listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type ListStackSetOperationsResponse Modifier and Type Method Description default CompletableFuture<ListStackSetOperationsResponse>CloudFormationAsyncClient. listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.default CompletableFuture<ListStackSetOperationsResponse>CloudFormationAsyncClient. listStackSetOperations(ListStackSetOperationsRequest listStackSetOperationsRequest)Returns summary information about operations performed on a stack set. -
Uses of ListStackSetOperationsResponse in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type ListStackSetOperationsResponse Modifier and Type Method Description Iterator<ListStackSetOperationsResponse>ListStackSetOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudformation.paginators with type arguments of type ListStackSetOperationsResponse Modifier and Type Method Description voidListStackSetOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStackSetOperationsResponse> subscriber)
-