Uses of Class
com.oracle.bmc.apigateway.requests.GetApiRequest
-
Packages that use GetApiRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetApiRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetApiRequest 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.Methods in com.oracle.bmc.apigateway with parameters of type GetApiRequest 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.GetApiResponse
ApiGateway. getApi(GetApiRequest request)
Gets an API by identifier.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)
GetApiResponse
ApiGatewayClient. getApi(GetApiRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiRequest 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 GetApiRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetApiRequest Modifier and Type Method Description GetApiRequest
GetApiRequest.Builder. build()
Build the instance of GetApiRequest as configured by this builderGetApiRequest
GetApiRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetApiRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetApiRequest Modifier and Type Method Description GetApiRequest.Builder
GetApiRequest.Builder. copy(GetApiRequest o)
Copy method to populate the builder with values from the given instance.
-