Uses of Class
com.oracle.bmc.oda.requests.UpdateSkillRequest
-
Packages that use UpdateSkillRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of UpdateSkillRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type UpdateSkillRequest Modifier and Type Method Description UpdateSkillResponse
Management. updateSkill(UpdateSkillRequest request)
Updates the specified Skill with the information in the request body.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)
UpdateSkillResponse
ManagementClient. updateSkill(UpdateSkillRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateSkillRequest 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 UpdateSkillRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateSkillRequest Modifier and Type Method Description UpdateSkillRequest
UpdateSkillRequest.Builder. build()
Build the instance of UpdateSkillRequest as configured by this builderUpdateSkillRequest
UpdateSkillRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSkillRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateSkillRequest Modifier and Type Method Description UpdateSkillRequest.Builder
UpdateSkillRequest.Builder. copy(UpdateSkillRequest o)
Copy method to populate the builder with values from the given instance.
-