Uses of Interface
software.amazon.awssdk.services.ssm.model.PutResourcePolicyRequest.Builder
Packages that use PutResourcePolicyRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of PutResourcePolicyRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a Systems Manager resource policy.default PutResourcePolicyResponseSsmClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a Systems Manager resource policy. -
Uses of PutResourcePolicyRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionPutResourcePolicyRequest.builder()PutResourcePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutResourcePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A policy you want to associate with a resource.PutResourcePolicyRequest.Builder.policyHash(String policyHash) ID of the current policy version.The policy ID.PutResourcePolicyRequest.Builder.resourceArn(String resourceArn) Amazon Resource Name (ARN) of the resource to which you want to attach a policy.PutResourcePolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutResourcePolicyRequest.Builder>PutResourcePolicyRequest.serializableBuilderClass()