Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetLifecycleExecutionRequest.Builder
-
Packages that use GetLifecycleExecutionRequest.Builder 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.model -
-
Uses of GetLifecycleExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type GetLifecycleExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLifecycleExecutionResponse>ImagebuilderAsyncClient. getLifecycleExecution(Consumer<GetLifecycleExecutionRequest.Builder> getLifecycleExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the lifecycle policy.default GetLifecycleExecutionResponseImagebuilderClient. getLifecycleExecution(Consumer<GetLifecycleExecutionRequest.Builder> getLifecycleExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the lifecycle policy. -
Uses of GetLifecycleExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetLifecycleExecutionRequest.Builder Modifier and Type Method Description static GetLifecycleExecutionRequest.BuilderGetLifecycleExecutionRequest. builder()GetLifecycleExecutionRequest.BuilderGetLifecycleExecutionRequest.Builder. lifecycleExecutionId(String lifecycleExecutionId)Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.GetLifecycleExecutionRequest.BuilderGetLifecycleExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLifecycleExecutionRequest.BuilderGetLifecycleExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLifecycleExecutionRequest.BuilderGetLifecycleExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetLifecycleExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetLifecycleExecutionRequest.Builder>GetLifecycleExecutionRequest. serializableBuilderClass()
-