Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.UpdateDomainRequest
-
Packages that use UpdateDomainRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of UpdateDomainRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type UpdateDomainRequest Modifier and Type Method Description UpdateDomainResponse
Domain. updateDomain(UpdateDomainRequest request)
Updates the domain.Future<UpdateDomainResponse>
DomainAsync. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
Updates the domain.Future<UpdateDomainResponse>
DomainAsyncClient. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
UpdateDomainResponse
DomainClient. updateDomain(UpdateDomainRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type UpdateDomainRequest Modifier and Type Method Description Future<UpdateDomainResponse>
DomainAsync. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
Updates the domain.Future<UpdateDomainResponse>
DomainAsyncClient. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
-
Uses of UpdateDomainRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return UpdateDomainRequest Modifier and Type Method Description UpdateDomainRequest
UpdateDomainRequest.Builder. build()
Build the instance of UpdateDomainRequest as configured by this builderUpdateDomainRequest
UpdateDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDomainRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type UpdateDomainRequest Modifier and Type Method Description UpdateDomainRequest.Builder
UpdateDomainRequest.Builder. copy(UpdateDomainRequest o)
Copy method to populate the builder with values from the given instance.
-