Uses of Class
com.oracle.bmc.apigateway.requests.CreateUsagePlanRequest
-
Packages that use CreateUsagePlanRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of CreateUsagePlanRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type CreateUsagePlanRequest Modifier and Type Method Description CreateUsagePlanResponse
UsagePlans. createUsagePlan(CreateUsagePlanRequest request)
Creates a new usage plan.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)
CreateUsagePlanResponse
UsagePlansClient. createUsagePlan(CreateUsagePlanRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateUsagePlanRequest 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 CreateUsagePlanRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return CreateUsagePlanRequest Modifier and Type Method Description CreateUsagePlanRequest
CreateUsagePlanRequest.Builder. build()
Build the instance of CreateUsagePlanRequest as configured by this builderCreateUsagePlanRequest
CreateUsagePlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateUsagePlanRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type CreateUsagePlanRequest Modifier and Type Method Description CreateUsagePlanRequest.Builder
CreateUsagePlanRequest.Builder. copy(CreateUsagePlanRequest o)
Copy method to populate the builder with values from the given instance.
-