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