Uses of Class
com.oracle.bmc.apigateway.requests.GetUsagePlanRequest
-
Packages that use GetUsagePlanRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetUsagePlanRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetUsagePlanRequest Modifier and Type Method Description Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, UsagePlan.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, UsagePlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, UsagePlan.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.apigateway with type arguments of type GetUsagePlanRequest Modifier and Type Method Description Future<GetUsagePlanResponse>
UsagePlansAsync. getUsagePlan(GetUsagePlanRequest request, AsyncHandler<GetUsagePlanRequest,GetUsagePlanResponse> handler)
Gets a usage plan by identifier.Future<GetUsagePlanResponse>
UsagePlansAsyncClient. getUsagePlan(GetUsagePlanRequest request, AsyncHandler<GetUsagePlanRequest,GetUsagePlanResponse> handler)
-
Uses of GetUsagePlanRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetUsagePlanRequest Modifier and Type Method Description GetUsagePlanRequest
GetUsagePlanRequest.Builder. build()
Build the instance of GetUsagePlanRequest as configured by this builderGetUsagePlanRequest
GetUsagePlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetUsagePlanRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetUsagePlanRequest Modifier and Type Method Description GetUsagePlanRequest.Builder
GetUsagePlanRequest.Builder. copy(GetUsagePlanRequest o)
Copy method to populate the builder with values from the given instance.
-