Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.UpdateOrganizationRequest
-
Packages that use UpdateOrganizationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of UpdateOrganizationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type UpdateOrganizationRequest Modifier and Type Method Description UpdateOrganizationResponse
Organization. updateOrganization(UpdateOrganizationRequest request)
Map the default subscription to the organization.Future<UpdateOrganizationResponse>
OrganizationAsync. updateOrganization(UpdateOrganizationRequest request, AsyncHandler<UpdateOrganizationRequest,UpdateOrganizationResponse> handler)
Map the default subscription to the organization.Future<UpdateOrganizationResponse>
OrganizationAsyncClient. updateOrganization(UpdateOrganizationRequest request, AsyncHandler<UpdateOrganizationRequest,UpdateOrganizationResponse> handler)
UpdateOrganizationResponse
OrganizationClient. updateOrganization(UpdateOrganizationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type UpdateOrganizationRequest Modifier and Type Method Description Future<UpdateOrganizationResponse>
OrganizationAsync. updateOrganization(UpdateOrganizationRequest request, AsyncHandler<UpdateOrganizationRequest,UpdateOrganizationResponse> handler)
Map the default subscription to the organization.Future<UpdateOrganizationResponse>
OrganizationAsyncClient. updateOrganization(UpdateOrganizationRequest request, AsyncHandler<UpdateOrganizationRequest,UpdateOrganizationResponse> handler)
-
Uses of UpdateOrganizationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return UpdateOrganizationRequest Modifier and Type Method Description UpdateOrganizationRequest
UpdateOrganizationRequest.Builder. build()
Build the instance of UpdateOrganizationRequest as configured by this builderUpdateOrganizationRequest
UpdateOrganizationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOrganizationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type UpdateOrganizationRequest Modifier and Type Method Description UpdateOrganizationRequest.Builder
UpdateOrganizationRequest.Builder. copy(UpdateOrganizationRequest o)
Copy method to populate the builder with values from the given instance.
-