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