Uses of Class
com.oracle.bmc.apigateway.responses.GetApiResponse
-
Packages that use GetApiResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetApiResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetApiResponse Modifier and Type Method Description GetApiResponse
ApiGateway. getApi(GetApiRequest request)
Gets an API by identifier.GetApiResponse
ApiGatewayClient. getApi(GetApiRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetApiResponse Modifier and Type Method Description Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, Api.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, Api.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Api.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetApiResponse>
ApiGatewayAsync. getApi(GetApiRequest request, AsyncHandler<GetApiRequest,GetApiResponse> handler)
Gets an API by identifier.Future<GetApiResponse>
ApiGatewayAsyncClient. getApi(GetApiRequest request, AsyncHandler<GetApiRequest,GetApiResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiResponse Modifier and Type Method Description Future<GetApiResponse>
ApiGatewayAsync. getApi(GetApiRequest request, AsyncHandler<GetApiRequest,GetApiResponse> handler)
Gets an API by identifier.Future<GetApiResponse>
ApiGatewayAsyncClient. getApi(GetApiRequest request, AsyncHandler<GetApiRequest,GetApiResponse> handler)
-
Uses of GetApiResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetApiResponse Modifier and Type Method Description GetApiResponse
GetApiResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetApiResponse Modifier and Type Method Description GetApiResponse.Builder
GetApiResponse.Builder. copy(GetApiResponse o)
Copy method to populate the builder with values from the given instance.
-