Uses of Class
com.oracle.bmc.ailanguage.requests.ChangeEndpointCompartmentRequest
-
Packages that use ChangeEndpointCompartmentRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of ChangeEndpointCompartmentRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentResponse
AIServiceLanguage. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Moves a Endpoint into a different compartment.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)
ChangeEndpointCompartmentResponse
AIServiceLanguageClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type ChangeEndpointCompartmentRequest 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 ChangeEndpointCompartmentRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentRequest
ChangeEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeEndpointCompartmentRequest as configured by this builderChangeEndpointCompartmentRequest
ChangeEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentRequest.Builder
ChangeEndpointCompartmentRequest.Builder. copy(ChangeEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-