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