Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ListLifecycleExecutionsResponse
-
Packages that use ListLifecycleExecutionsResponse Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ListLifecycleExecutionsResponse in software.amazon.awssdk.services.imagebuilder
Methods in software.amazon.awssdk.services.imagebuilder that return ListLifecycleExecutionsResponse Modifier and Type Method Description default ListLifecycleExecutionsResponseImagebuilderClient. listLifecycleExecutions(Consumer<ListLifecycleExecutionsRequest.Builder> listLifecycleExecutionsRequest)Get the lifecycle runtime history for the specified resource.default ListLifecycleExecutionsResponseImagebuilderClient. listLifecycleExecutions(ListLifecycleExecutionsRequest listLifecycleExecutionsRequest)Get the lifecycle runtime history for the specified resource.Methods in software.amazon.awssdk.services.imagebuilder that return types with arguments of type ListLifecycleExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListLifecycleExecutionsResponse>ImagebuilderAsyncClient. listLifecycleExecutions(Consumer<ListLifecycleExecutionsRequest.Builder> listLifecycleExecutionsRequest)Get the lifecycle runtime history for the specified resource.default CompletableFuture<ListLifecycleExecutionsResponse>ImagebuilderAsyncClient. listLifecycleExecutions(ListLifecycleExecutionsRequest listLifecycleExecutionsRequest)Get the lifecycle runtime history for the specified resource. -
Uses of ListLifecycleExecutionsResponse in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ListLifecycleExecutionsResponse Modifier and Type Method Description Iterator<ListLifecycleExecutionsResponse>ListLifecycleExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.imagebuilder.paginators with type arguments of type ListLifecycleExecutionsResponse Modifier and Type Method Description voidListLifecycleExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLifecycleExecutionsResponse> subscriber)
-