Uses of Class
com.oracle.bmc.ailanguage.responses.GetEndpointResponse
-
Packages that use GetEndpointResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of GetEndpointResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return GetEndpointResponse Modifier and Type Method Description GetEndpointResponse
AIServiceLanguage. getEndpoint(GetEndpointRequest request)
Gets an endpoint by identifierGetEndpointResponse
AIServiceLanguageClient. getEndpoint(GetEndpointRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type GetEndpointResponse Modifier and Type Method Description Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. forEndpoint(GetEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetEndpointResponse>
AIServiceLanguageAsync. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
Gets an endpoint by identifierFuture<GetEndpointResponse>
AIServiceLanguageAsyncClient. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type GetEndpointResponse Modifier and Type Method Description Future<GetEndpointResponse>
AIServiceLanguageAsync. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
Gets an endpoint by identifierFuture<GetEndpointResponse>
AIServiceLanguageAsyncClient. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
-
Uses of GetEndpointResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return GetEndpointResponse Modifier and Type Method Description GetEndpointResponse
GetEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type GetEndpointResponse Modifier and Type Method Description GetEndpointResponse.Builder
GetEndpointResponse.Builder. copy(GetEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-