Uses of Interface
software.amazon.awssdk.services.organizations.model.UpdatePolicyResponse.Builder
-
Packages that use UpdatePolicyResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of UpdatePolicyResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return UpdatePolicyResponse.Builder Modifier and Type Method Description static UpdatePolicyResponse.BuilderUpdatePolicyResponse. builder()default UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A structure that contains details about the updated policy, showing the requested changes.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. policy(Policy policy)A structure that contains details about the updated policy, showing the requested changes.UpdatePolicyResponse.BuilderUpdatePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type UpdatePolicyResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePolicyResponse.Builder>UpdatePolicyResponse. serializableBuilderClass()
-