Uses of Class
com.oracle.bmc.apigateway.responses.CreateUsagePlanResponse
-
Packages that use CreateUsagePlanResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of CreateUsagePlanResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return CreateUsagePlanResponse Modifier and Type Method Description CreateUsagePlanResponse
UsagePlans. createUsagePlan(CreateUsagePlanRequest request)
Creates a new usage plan.CreateUsagePlanResponse
UsagePlansClient. createUsagePlan(CreateUsagePlanRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type CreateUsagePlanResponse Modifier and Type Method Description Future<CreateUsagePlanResponse>
UsagePlansAsync. createUsagePlan(CreateUsagePlanRequest request, AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResponse> handler)
Creates a new usage plan.Future<CreateUsagePlanResponse>
UsagePlansAsyncClient. createUsagePlan(CreateUsagePlanRequest request, AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateUsagePlanResponse Modifier and Type Method Description Future<CreateUsagePlanResponse>
UsagePlansAsync. createUsagePlan(CreateUsagePlanRequest request, AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResponse> handler)
Creates a new usage plan.Future<CreateUsagePlanResponse>
UsagePlansAsyncClient. createUsagePlan(CreateUsagePlanRequest request, AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResponse> handler)
-
Uses of CreateUsagePlanResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return CreateUsagePlanResponse Modifier and Type Method Description CreateUsagePlanResponse
CreateUsagePlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateUsagePlanResponse Modifier and Type Method Description CreateUsagePlanResponse.Builder
CreateUsagePlanResponse.Builder. copy(CreateUsagePlanResponse o)
Copy method to populate the builder with values from the given instance.
-