Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.responses |
Modifier and Type | Method and Description |
---|---|
GetApiResponse |
ApiGateway.getApi(GetApiRequest request)
Gets an API by identifier.
|
GetApiResponse |
ApiGatewayClient.getApi(GetApiRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
Api.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
Api.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Api.LifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetApiResponse |
GetApiResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetApiResponse.Builder |
GetApiResponse.Builder.copy(GetApiResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.