Uses of Class
com.oracle.bmc.generativeai.requests.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of DeleteEndpointRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type DeleteEndpointRequest Modifier and Type Method Description DeleteEndpointResponse
GenerativeAi. deleteEndpoint(DeleteEndpointRequest request)
Deletes an endpoint.Future<DeleteEndpointResponse>
GenerativeAiAsync. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
Deletes an endpoint.Future<DeleteEndpointResponse>
GenerativeAiAsyncClient. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
DeleteEndpointResponse
GenerativeAiClient. deleteEndpoint(DeleteEndpointRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteEndpointRequest Modifier and Type Method Description Future<DeleteEndpointResponse>
GenerativeAiAsync. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
Deletes an endpoint.Future<DeleteEndpointResponse>
GenerativeAiAsyncClient. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
-
Uses of DeleteEndpointRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return DeleteEndpointRequest Modifier and Type Method Description DeleteEndpointRequest
DeleteEndpointRequest.Builder. build()
Build the instance of DeleteEndpointRequest as configured by this builderDeleteEndpointRequest
DeleteEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type DeleteEndpointRequest Modifier and Type Method Description DeleteEndpointRequest.Builder
DeleteEndpointRequest.Builder. copy(DeleteEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-