Uses of Class
com.oracle.bmc.apigateway.responses.UpdateSdkResponse
-
Packages that use UpdateSdkResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateSdkResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateSdkResponse Modifier and Type Method Description UpdateSdkResponse
ApiGateway. updateSdk(UpdateSdkRequest request)
Updates the SDK with the given identifier.UpdateSdkResponse
ApiGatewayClient. updateSdk(UpdateSdkRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateSdkResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateSdkResponse 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 UpdateSdkResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateSdkResponse Modifier and Type Method Description UpdateSdkResponse
UpdateSdkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateSdkResponse Modifier and Type Method Description UpdateSdkResponse.Builder
UpdateSdkResponse.Builder. copy(UpdateSdkResponse o)
Copy method to populate the builder with values from the given instance.
-