Uses of Interface
software.amazon.awssdk.services.organizations.model.UpdatePolicyRequest.Builder
-
Packages that use UpdatePolicyRequest.Builder 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.software.amazon.awssdk.services.organizations.model -
-
Uses of UpdatePolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type UpdatePolicyRequest.Builder 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 UpdatePolicyResponseOrganizationsClient. updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)Updates an existing policy with a new name, description, or content. -
Uses of UpdatePolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return UpdatePolicyRequest.Builder Modifier and Type Method Description static UpdatePolicyRequest.BuilderUpdatePolicyRequest. builder()UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. content(String content)If provided, the new content for the policy.UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. description(String description)If provided, the new description for the policy.UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. name(String name)If provided, the new name for the policy.UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePolicyRequest.BuilderUpdatePolicyRequest.Builder. policyId(String policyId)The unique identifier (ID) of the policy that you want to update.UpdatePolicyRequest.BuilderUpdatePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type UpdatePolicyRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePolicyRequest.Builder>UpdatePolicyRequest. serializableBuilderClass()
-