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