| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed AWS 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<PutComponentPolicyResult> |
AWSimagebuilderAsyncClient.putComponentPolicyAsync(PutComponentPolicyRequest request,
AsyncHandler<PutComponentPolicyRequest,PutComponentPolicyResult> asyncHandler) |
Future<PutComponentPolicyResult> |
AWSimagebuilderAsync.putComponentPolicyAsync(PutComponentPolicyRequest putComponentPolicyRequest,
AsyncHandler<PutComponentPolicyRequest,PutComponentPolicyResult> asyncHandler)
Applies a policy to a component.
|
Future<PutComponentPolicyResult> |
AbstractAWSimagebuilderAsync.putComponentPolicyAsync(PutComponentPolicyRequest request,
AsyncHandler<PutComponentPolicyRequest,PutComponentPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutComponentPolicyRequest |
PutComponentPolicyRequest.clone() |
PutComponentPolicyRequest |
PutComponentPolicyRequest.withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
|
PutComponentPolicyRequest |
PutComponentPolicyRequest.withPolicy(String policy)
The policy to apply.
|
Copyright © 2021. All rights reserved.