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