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