Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecycleExecutionResource
-
Packages that use LifecycleExecutionResource Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of LifecycleExecutionResource in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LifecycleExecutionResource Modifier and Type Method Description List<LifecycleExecutionResource>ListLifecycleExecutionResourcesResponse. resources()A list of resources that were identified for lifecycle actions.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecycleExecutionResource Modifier and Type Method Description ListLifecycleExecutionResourcesResponse.BuilderListLifecycleExecutionResourcesResponse.Builder. resources(LifecycleExecutionResource... resources)A list of resources that were identified for lifecycle actions.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type LifecycleExecutionResource Modifier and Type Method Description ListLifecycleExecutionResourcesResponse.BuilderListLifecycleExecutionResourcesResponse.Builder. resources(Collection<LifecycleExecutionResource> resources)A list of resources that were identified for lifecycle actions. -
Uses of LifecycleExecutionResource in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type LifecycleExecutionResource Modifier and Type Method Description SdkIterable<LifecycleExecutionResource>ListLifecycleExecutionResourcesIterable. resources()Returns an iterable to iterate through the paginatedListLifecycleExecutionResourcesResponse.resources()member.SdkPublisher<LifecycleExecutionResource>ListLifecycleExecutionResourcesPublisher. resources()Returns a publisher that can be used to get a stream of data.
-