| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLifecyclePolicyResult> |
AbstractAWSimagebuilderAsync.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest request,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler) |
Future<UpdateLifecyclePolicyResult> |
AWSimagebuilderAsyncClient.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest request,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler) |
Future<UpdateLifecyclePolicyResult> |
AWSimagebuilderAsync.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest updateLifecyclePolicyRequest,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler)
Update the specified lifecycle policy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.clone() |
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withDescription(String description)
Optional description for the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withExecutionRole(String executionRole)
The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to update the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy resource.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyDetails(Collection<LifecyclePolicyDetail> policyDetails)
The configuration details for a lifecycle policy resource.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyDetails(LifecyclePolicyDetail... policyDetails)
The configuration details for a lifecycle policy resource.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Selection criteria for resources that the lifecycle policy applies to.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withResourceType(LifecyclePolicyResourceType resourceType)
The type of image resource that the lifecycle policy applies to.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withResourceType(String resourceType)
The type of image resource that the lifecycle policy applies to.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withStatus(LifecyclePolicyStatus status)
Indicates whether the lifecycle policy resource is enabled.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withStatus(String status)
Indicates whether the lifecycle policy resource is enabled.
|
Copyright © 2024. All rights reserved.