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