Uses of Class
com.oracle.bmc.apigateway.responses.GetUsagePlanResponse
-
Packages that use GetUsagePlanResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetUsagePlanResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetUsagePlanResponse Modifier and Type Method Description GetUsagePlanResponse
UsagePlans. getUsagePlan(GetUsagePlanRequest request)
Gets a usage plan by identifier.GetUsagePlanResponse
UsagePlansClient. getUsagePlan(GetUsagePlanRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetUsagePlanResponse 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 GetUsagePlanResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetUsagePlanResponse Modifier and Type Method Description GetUsagePlanResponse
GetUsagePlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetUsagePlanResponse Modifier and Type Method Description GetUsagePlanResponse.Builder
GetUsagePlanResponse.Builder. copy(GetUsagePlanResponse o)
Copy method to populate the builder with values from the given instance.
-