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