Uses of Class
com.oracle.bmc.ailanguage.responses.ChangeEndpointCompartmentResponse
-
Packages that use ChangeEndpointCompartmentResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of ChangeEndpointCompartmentResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return ChangeEndpointCompartmentResponse Modifier and Type Method Description ChangeEndpointCompartmentResponse
AIServiceLanguage. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Moves a Endpoint into a different compartment.ChangeEndpointCompartmentResponse
AIServiceLanguageClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type ChangeEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeEndpointCompartmentResponse>
AIServiceLanguageAsync. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
Moves a Endpoint into a different compartment.Future<ChangeEndpointCompartmentResponse>
AIServiceLanguageAsyncClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type ChangeEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeEndpointCompartmentResponse>
AIServiceLanguageAsync. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
Moves a Endpoint into a different compartment.Future<ChangeEndpointCompartmentResponse>
AIServiceLanguageAsyncClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
-
Uses of ChangeEndpointCompartmentResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return ChangeEndpointCompartmentResponse Modifier and Type Method Description ChangeEndpointCompartmentResponse
ChangeEndpointCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type ChangeEndpointCompartmentResponse Modifier and Type Method Description ChangeEndpointCompartmentResponse.Builder
ChangeEndpointCompartmentResponse.Builder. copy(ChangeEndpointCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-