Uses of Class
com.oracle.bmc.generativeaiagent.requests.ChangeAgentEndpointCompartmentRequest
-
Packages that use ChangeAgentEndpointCompartmentRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of ChangeAgentEndpointCompartmentRequest in com.oracle.bmc.generativeaiagent
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ChangeAgentEndpointCompartmentRequest Modifier and Type Method Description Future<ChangeAgentEndpointCompartmentResponse>
GenerativeAiAgentAsync. changeAgentEndpointCompartment(ChangeAgentEndpointCompartmentRequest request, AsyncHandler<ChangeAgentEndpointCompartmentRequest,ChangeAgentEndpointCompartmentResponse> handler)
Moves an endpoint into a different compartment within the same tenancy.Future<ChangeAgentEndpointCompartmentResponse>
GenerativeAiAgentAsyncClient. changeAgentEndpointCompartment(ChangeAgentEndpointCompartmentRequest request, AsyncHandler<ChangeAgentEndpointCompartmentRequest,ChangeAgentEndpointCompartmentResponse> handler)
-
Uses of ChangeAgentEndpointCompartmentRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return ChangeAgentEndpointCompartmentRequest Modifier and Type Method Description ChangeAgentEndpointCompartmentRequest
ChangeAgentEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeAgentEndpointCompartmentRequest as configured by this builderChangeAgentEndpointCompartmentRequest
ChangeAgentEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAgentEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type ChangeAgentEndpointCompartmentRequest Modifier and Type Method Description ChangeAgentEndpointCompartmentRequest.Builder
ChangeAgentEndpointCompartmentRequest.Builder. copy(ChangeAgentEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-