Uses of Class
software.amazon.awssdk.services.organizations.model.UpdatePolicyResponse
-
Packages that use UpdatePolicyResponse Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources. -
-
Uses of UpdatePolicyResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return UpdatePolicyResponse Modifier and Type Method Description default UpdatePolicyResponseOrganizationsClient. updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)Updates an existing policy with a new name, description, or content.default UpdatePolicyResponseOrganizationsClient. updatePolicy(UpdatePolicyRequest updatePolicyRequest)Updates an existing policy with a new name, description, or content.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type UpdatePolicyResponse Modifier and Type Method Description default CompletableFuture<UpdatePolicyResponse>OrganizationsAsyncClient. updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)Updates an existing policy with a new name, description, or content.default CompletableFuture<UpdatePolicyResponse>OrganizationsAsyncClient. updatePolicy(UpdatePolicyRequest updatePolicyRequest)Updates an existing policy with a new name, description, or content.
-