Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecycleExecution
-
Packages that use LifecycleExecution Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of LifecycleExecution in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LifecycleExecution Modifier and Type Method Description LifecycleExecutionGetLifecycleExecutionResponse. lifecycleExecution()Runtime details for the specified runtime instance of the lifecycle policy.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LifecycleExecution Modifier and Type Method Description List<LifecycleExecution>ListLifecycleExecutionsResponse. lifecycleExecutions()A list of lifecycle runtime instances for the specified resource.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecycleExecution Modifier and Type Method Description GetLifecycleExecutionResponse.BuilderGetLifecycleExecutionResponse.Builder. lifecycleExecution(LifecycleExecution lifecycleExecution)Runtime details for the specified runtime instance of the lifecycle policy.ListLifecycleExecutionsResponse.BuilderListLifecycleExecutionsResponse.Builder. lifecycleExecutions(LifecycleExecution... lifecycleExecutions)A list of lifecycle runtime instances for the specified resource.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type LifecycleExecution Modifier and Type Method Description ListLifecycleExecutionsResponse.BuilderListLifecycleExecutionsResponse.Builder. lifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)A list of lifecycle runtime instances for the specified resource. -
Uses of LifecycleExecution in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type LifecycleExecution Modifier and Type Method Description SdkIterable<LifecycleExecution>ListLifecycleExecutionsIterable. lifecycleExecutions()Returns an iterable to iterate through the paginatedListLifecycleExecutionsResponse.lifecycleExecutions()member.SdkPublisher<LifecycleExecution>ListLifecycleExecutionsPublisher. lifecycleExecutions()Returns a publisher that can be used to get a stream of data.
-