| 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 |
|---|---|
PutComponentPolicyResult |
AWSimagebuilderClient.putComponentPolicy(PutComponentPolicyRequest request)
Applies a policy to a component.
|
PutComponentPolicyResult |
AWSimagebuilder.putComponentPolicy(PutComponentPolicyRequest putComponentPolicyRequest)
Applies a policy to a component.
|
PutComponentPolicyResult |
AbstractAWSimagebuilder.putComponentPolicy(PutComponentPolicyRequest request) |
| 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 |
|---|---|
PutComponentPolicyResult |
PutComponentPolicyResult.clone() |
PutComponentPolicyResult |
PutComponentPolicyResult.withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component that this policy was applied to.
|
PutComponentPolicyResult |
PutComponentPolicyResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2022. All rights reserved.