Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.PutComponentPolicyRequest.Builder
-
Packages that use PutComponentPolicyRequest.Builder Package Description software.amazon.awssdk.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.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of PutComponentPolicyRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type PutComponentPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutComponentPolicyResponse>ImagebuilderAsyncClient. putComponentPolicy(Consumer<PutComponentPolicyRequest.Builder> putComponentPolicyRequest)Applies a policy to a component.default PutComponentPolicyResponseImagebuilderClient. putComponentPolicy(Consumer<PutComponentPolicyRequest.Builder> putComponentPolicyRequest)Applies a policy to a component. -
Uses of PutComponentPolicyRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return PutComponentPolicyRequest.Builder Modifier and Type Method Description static PutComponentPolicyRequest.BuilderPutComponentPolicyRequest. builder()PutComponentPolicyRequest.BuilderPutComponentPolicyRequest.Builder. componentArn(String componentArn)The Amazon Resource Name (ARN) of the component that this policy should be applied to.PutComponentPolicyRequest.BuilderPutComponentPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutComponentPolicyRequest.BuilderPutComponentPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutComponentPolicyRequest.BuilderPutComponentPolicyRequest.Builder. policy(String policy)The policy to apply.PutComponentPolicyRequest.BuilderPutComponentPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type PutComponentPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutComponentPolicyRequest.Builder>PutComponentPolicyRequest. serializableBuilderClass()
-