Uses of Class
com.oracle.bmc.identity.responses.ChangeDomainLicenseTypeResponse
-
Packages that use ChangeDomainLicenseTypeResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ChangeDomainLicenseTypeResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ChangeDomainLicenseTypeResponse Modifier and Type Method Description ChangeDomainLicenseTypeResponse
Identity. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request)
(For tenancies that support identity domains) Changes the license type of the given identity domain.ChangeDomainLicenseTypeResponse
IdentityClient. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ChangeDomainLicenseTypeResponse Modifier and Type Method Description Future<ChangeDomainLicenseTypeResponse>
IdentityAsync. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request, AsyncHandler<ChangeDomainLicenseTypeRequest,ChangeDomainLicenseTypeResponse> handler)
(For tenancies that support identity domains) Changes the license type of the given identity domain.Future<ChangeDomainLicenseTypeResponse>
IdentityAsyncClient. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request, AsyncHandler<ChangeDomainLicenseTypeRequest,ChangeDomainLicenseTypeResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type ChangeDomainLicenseTypeResponse Modifier and Type Method Description Future<ChangeDomainLicenseTypeResponse>
IdentityAsync. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request, AsyncHandler<ChangeDomainLicenseTypeRequest,ChangeDomainLicenseTypeResponse> handler)
(For tenancies that support identity domains) Changes the license type of the given identity domain.Future<ChangeDomainLicenseTypeResponse>
IdentityAsyncClient. changeDomainLicenseType(ChangeDomainLicenseTypeRequest request, AsyncHandler<ChangeDomainLicenseTypeRequest,ChangeDomainLicenseTypeResponse> handler)
-
Uses of ChangeDomainLicenseTypeResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ChangeDomainLicenseTypeResponse Modifier and Type Method Description ChangeDomainLicenseTypeResponse
ChangeDomainLicenseTypeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ChangeDomainLicenseTypeResponse Modifier and Type Method Description ChangeDomainLicenseTypeResponse.Builder
ChangeDomainLicenseTypeResponse.Builder. copy(ChangeDomainLicenseTypeResponse o)
Copy method to populate the builder with values from the given instance.
-