Uses of Interface
software.amazon.awssdk.services.organizations.model.UpdateOrganizationalUnitRequest.Builder
-
Packages that use UpdateOrganizationalUnitRequest.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 UpdateOrganizationalUnitRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type UpdateOrganizationalUnitRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateOrganizationalUnitResponse>OrganizationsAsyncClient. updateOrganizationalUnit(Consumer<UpdateOrganizationalUnitRequest.Builder> updateOrganizationalUnitRequest)Renames the specified organizational unit (OU).default UpdateOrganizationalUnitResponseOrganizationsClient. updateOrganizationalUnit(Consumer<UpdateOrganizationalUnitRequest.Builder> updateOrganizationalUnitRequest)Renames the specified organizational unit (OU). -
Uses of UpdateOrganizationalUnitRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return UpdateOrganizationalUnitRequest.Builder Modifier and Type Method Description static UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest. builder()UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest.Builder. name(String name)The new name that you want to assign to the OU.UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest.Builder. organizationalUnitId(String organizationalUnitId)The unique identifier (ID) of the OU that you want to rename.UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOrganizationalUnitRequest.BuilderUpdateOrganizationalUnitRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type UpdateOrganizationalUnitRequest.Builder Modifier and Type Method Description static Class<? extends UpdateOrganizationalUnitRequest.Builder>UpdateOrganizationalUnitRequest. serializableBuilderClass()
-