Uses of Class
com.oracle.bmc.ailanguage.requests.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of DeleteEndpointRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type DeleteEndpointRequest Modifier and Type Method Description DeleteEndpointResponse
AIServiceLanguage. deleteEndpoint(DeleteEndpointRequest request)
Deletes a provisioned endpoint resource by identifier.Future<DeleteEndpointResponse>
AIServiceLanguageAsync. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
Deletes a provisioned endpoint resource by identifier.Future<DeleteEndpointResponse>
AIServiceLanguageAsyncClient. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
DeleteEndpointResponse
AIServiceLanguageClient. deleteEndpoint(DeleteEndpointRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type DeleteEndpointRequest Modifier and Type Method Description Future<DeleteEndpointResponse>
AIServiceLanguageAsync. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
Deletes a provisioned endpoint resource by identifier.Future<DeleteEndpointResponse>
AIServiceLanguageAsyncClient. deleteEndpoint(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResponse> handler)
-
Uses of DeleteEndpointRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-