Uses of Class
com.oracle.bmc.apigateway.responses.AddApiLockResponse
-
Packages that use AddApiLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of AddApiLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return AddApiLockResponse Modifier and Type Method Description AddApiLockResponse
ApiGateway. addApiLock(AddApiLockRequest request)
Adds a lock to a Api resource.AddApiLockResponse
ApiGatewayClient. addApiLock(AddApiLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type AddApiLockResponse Modifier and Type Method Description Future<AddApiLockResponse>
ApiGatewayAsync. addApiLock(AddApiLockRequest request, AsyncHandler<AddApiLockRequest,AddApiLockResponse> handler)
Adds a lock to a Api resource.Future<AddApiLockResponse>
ApiGatewayAsyncClient. addApiLock(AddApiLockRequest request, AsyncHandler<AddApiLockRequest,AddApiLockResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type AddApiLockResponse Modifier and Type Method Description Future<AddApiLockResponse>
ApiGatewayAsync. addApiLock(AddApiLockRequest request, AsyncHandler<AddApiLockRequest,AddApiLockResponse> handler)
Adds a lock to a Api resource.Future<AddApiLockResponse>
ApiGatewayAsyncClient. addApiLock(AddApiLockRequest request, AsyncHandler<AddApiLockRequest,AddApiLockResponse> handler)
-
Uses of AddApiLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return AddApiLockResponse Modifier and Type Method Description AddApiLockResponse
AddApiLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type AddApiLockResponse Modifier and Type Method Description AddApiLockResponse.Builder
AddApiLockResponse.Builder. copy(AddApiLockResponse o)
Copy method to populate the builder with values from the given instance.
-