Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
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. |
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. |
GetApiResponse |
ApiGateway.getApi(GetApiRequest request)
Gets an API by identifier.
|
GetApiResponse |
ApiGatewayClient.getApi(GetApiRequest request) |
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 |
---|---|
GetApiRequest |
GetApiRequest.Builder.build()
Build the instance of GetApiRequest as configured by this builder
|
GetApiRequest |
GetApiRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetApiRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetApiRequest.Builder |
GetApiRequest.Builder.copy(GetApiRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.