Uses of Class
com.oracle.bmc.apigateway.requests.GetGatewayRequest
-
Packages that use GetGatewayRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetGatewayRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetGatewayRequest Modifier and Type Method Description Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, Gateway.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, Gateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Gateway.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.apigateway with type arguments of type GetGatewayRequest Modifier and Type Method Description Future<GetGatewayResponse>
GatewayAsync. getGateway(GetGatewayRequest request, AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler)
Gets a gateway by identifier.Future<GetGatewayResponse>
GatewayAsyncClient. getGateway(GetGatewayRequest request, AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler)
-
Uses of GetGatewayRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetGatewayRequest Modifier and Type Method Description GetGatewayRequest
GetGatewayRequest.Builder. build()
Build the instance of GetGatewayRequest as configured by this builderGetGatewayRequest
GetGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGatewayRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetGatewayRequest Modifier and Type Method Description GetGatewayRequest.Builder
GetGatewayRequest.Builder. copy(GetGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-