| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentPolicyResponse |
ImagebuilderClient.getComponentPolicy(Consumer<GetComponentPolicyRequest.Builder> getComponentPolicyRequest)
Gets a component policy.
|
default CompletableFuture<GetComponentPolicyResponse> |
ImagebuilderAsyncClient.getComponentPolicy(Consumer<GetComponentPolicyRequest.Builder> getComponentPolicyRequest)
Gets a component policy.
|
| Modifier and Type | Method and Description |
|---|---|
static GetComponentPolicyRequest.Builder |
GetComponentPolicyRequest.builder() |
GetComponentPolicyRequest.Builder |
GetComponentPolicyRequest.Builder.componentArn(String componentArn)
The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
|
GetComponentPolicyRequest.Builder |
GetComponentPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentPolicyRequest.Builder |
GetComponentPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetComponentPolicyRequest.Builder |
GetComponentPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentPolicyRequest.Builder> |
GetComponentPolicyRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.