Uses of Class
com.oracle.bmc.oda.responses.UpdateSkillResponse
-
Packages that use UpdateSkillResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of UpdateSkillResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return UpdateSkillResponse Modifier and Type Method Description UpdateSkillResponse
Management. updateSkill(UpdateSkillRequest request)
Updates the specified Skill with the information in the request body.UpdateSkillResponse
ManagementClient. updateSkill(UpdateSkillRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type UpdateSkillResponse Modifier and Type Method Description Future<UpdateSkillResponse>
ManagementAsync. updateSkill(UpdateSkillRequest request, AsyncHandler<UpdateSkillRequest,UpdateSkillResponse> handler)
Updates the specified Skill with the information in the request body.Future<UpdateSkillResponse>
ManagementAsyncClient. updateSkill(UpdateSkillRequest request, AsyncHandler<UpdateSkillRequest,UpdateSkillResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateSkillResponse Modifier and Type Method Description Future<UpdateSkillResponse>
ManagementAsync. updateSkill(UpdateSkillRequest request, AsyncHandler<UpdateSkillRequest,UpdateSkillResponse> handler)
Updates the specified Skill with the information in the request body.Future<UpdateSkillResponse>
ManagementAsyncClient. updateSkill(UpdateSkillRequest request, AsyncHandler<UpdateSkillRequest,UpdateSkillResponse> handler)
-
Uses of UpdateSkillResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return UpdateSkillResponse Modifier and Type Method Description UpdateSkillResponse
UpdateSkillResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateSkillResponse Modifier and Type Method Description UpdateSkillResponse.Builder
UpdateSkillResponse.Builder. copy(UpdateSkillResponse o)
Copy method to populate the builder with values from the given instance.
-