| 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<PutImagePolicyResult> |
AWSimagebuilderAsyncClient.putImagePolicyAsync(PutImagePolicyRequest request,
AsyncHandler<PutImagePolicyRequest,PutImagePolicyResult> asyncHandler) |
Future<PutImagePolicyResult> |
AWSimagebuilderAsync.putImagePolicyAsync(PutImagePolicyRequest putImagePolicyRequest,
AsyncHandler<PutImagePolicyRequest,PutImagePolicyResult> asyncHandler)
Applies a policy to an image.
|
Future<PutImagePolicyResult> |
AbstractAWSimagebuilderAsync.putImagePolicyAsync(PutImagePolicyRequest request,
AsyncHandler<PutImagePolicyRequest,PutImagePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutImagePolicyRequest |
PutImagePolicyRequest.clone() |
PutImagePolicyRequest |
PutImagePolicyRequest.withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
|
PutImagePolicyRequest |
PutImagePolicyRequest.withPolicy(String policy)
The policy to apply.
|
Copyright © 2022. All rights reserved.