Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.UpdateOrganizationResponse
-
Packages that use UpdateOrganizationResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of UpdateOrganizationResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return UpdateOrganizationResponse Modifier and Type Method Description UpdateOrganizationResponse
Organization. updateOrganization(UpdateOrganizationRequest request)
Map the default subscription to the organization.UpdateOrganizationResponse
OrganizationClient. updateOrganization(UpdateOrganizationRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type UpdateOrganizationResponse 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)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type UpdateOrganizationResponse 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 UpdateOrganizationResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return UpdateOrganizationResponse Modifier and Type Method Description UpdateOrganizationResponse
UpdateOrganizationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type UpdateOrganizationResponse Modifier and Type Method Description UpdateOrganizationResponse.Builder
UpdateOrganizationResponse.Builder. copy(UpdateOrganizationResponse o)
Copy method to populate the builder with values from the given instance.
-