Uses of Class
com.oracle.bmc.apigateway.requests.AddApiLockRequest
-
Packages that use AddApiLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of AddApiLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type AddApiLockRequest Modifier and Type Method Description AddApiLockResponse
ApiGateway. addApiLock(AddApiLockRequest request)
Adds a lock to a Api resource.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)
AddApiLockResponse
ApiGatewayClient. addApiLock(AddApiLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type AddApiLockRequest 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 AddApiLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return AddApiLockRequest Modifier and Type Method Description AddApiLockRequest
AddApiLockRequest.Builder. build()
Build the instance of AddApiLockRequest as configured by this builderAddApiLockRequest
AddApiLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddApiLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type AddApiLockRequest Modifier and Type Method Description AddApiLockRequest.Builder
AddApiLockRequest.Builder. copy(AddApiLockRequest o)
Copy method to populate the builder with values from the given instance.
-