Uses of Class
software.amazon.awssdk.services.ssm.model.PutResourcePolicyResponse
Packages that use PutResourcePolicyResponse
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 PutResourcePolicyResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return PutResourcePolicyResponseModifier and TypeMethodDescriptiondefault PutResourcePolicyResponseSsmClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a Systems Manager resource policy.default PutResourcePolicyResponseSsmClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Creates or updates a Systems Manager resource policy.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type PutResourcePolicyResponseModifier and TypeMethodDescriptionSsmAsyncClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a Systems Manager resource policy.SsmAsyncClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Creates or updates a Systems Manager resource policy.