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