Uses of Class
com.oracle.bmc.identity.requests.UpdateDomainRequest
-
Packages that use UpdateDomainRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateDomainRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateDomainRequest Modifier and Type Method Description UpdateDomainResponse
Identity. updateDomain(UpdateDomainRequest request)
(For tenancies that support identity domains) Updates identity domain information and the associated Identity Cloud Service (IDCS) stripe.Future<UpdateDomainResponse>
IdentityAsync. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
(For tenancies that support identity domains) Updates identity domain information and the associated Identity Cloud Service (IDCS) stripe.Future<UpdateDomainResponse>
IdentityAsyncClient. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
UpdateDomainResponse
IdentityClient. updateDomain(UpdateDomainRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateDomainRequest Modifier and Type Method Description Future<UpdateDomainResponse>
IdentityAsync. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
(For tenancies that support identity domains) Updates identity domain information and the associated Identity Cloud Service (IDCS) stripe.Future<UpdateDomainResponse>
IdentityAsyncClient. updateDomain(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResponse> handler)
-
Uses of UpdateDomainRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-