Uses of Class
com.oracle.bmc.apigateway.requests.UpdateSdkRequest
-
Packages that use UpdateSdkRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of UpdateSdkRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateSdkRequest Modifier and Type Method Description UpdateSdkResponse
ApiGateway. updateSdk(UpdateSdkRequest request)
Updates the SDK with the given identifier.Future<UpdateSdkResponse>
ApiGatewayAsync. updateSdk(UpdateSdkRequest request, AsyncHandler<UpdateSdkRequest,UpdateSdkResponse> handler)
Updates the SDK with the given identifier.Future<UpdateSdkResponse>
ApiGatewayAsyncClient. updateSdk(UpdateSdkRequest request, AsyncHandler<UpdateSdkRequest,UpdateSdkResponse> handler)
UpdateSdkResponse
ApiGatewayClient. updateSdk(UpdateSdkRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateSdkRequest Modifier and Type Method Description Future<UpdateSdkResponse>
ApiGatewayAsync. updateSdk(UpdateSdkRequest request, AsyncHandler<UpdateSdkRequest,UpdateSdkResponse> handler)
Updates the SDK with the given identifier.Future<UpdateSdkResponse>
ApiGatewayAsyncClient. updateSdk(UpdateSdkRequest request, AsyncHandler<UpdateSdkRequest,UpdateSdkResponse> handler)
-
Uses of UpdateSdkRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateSdkRequest Modifier and Type Method Description UpdateSdkRequest
UpdateSdkRequest.Builder. build()
Build the instance of UpdateSdkRequest as configured by this builderUpdateSdkRequest
UpdateSdkRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSdkRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateSdkRequest Modifier and Type Method Description UpdateSdkRequest.Builder
UpdateSdkRequest.Builder. copy(UpdateSdkRequest o)
Copy method to populate the builder with values from the given instance.
-