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