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