Uses of Class
com.oracle.bmc.oda.requests.CreateSkillRequest
-
Packages that use CreateSkillRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of CreateSkillRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type CreateSkillRequest Modifier and Type Method Description CreateSkillResponse
Management. createSkill(CreateSkillRequest request)
Creates a new Skill from scratch.Future<CreateSkillResponse>
ManagementAsync. createSkill(CreateSkillRequest request, AsyncHandler<CreateSkillRequest,CreateSkillResponse> handler)
Creates a new Skill from scratch.Future<CreateSkillResponse>
ManagementAsyncClient. createSkill(CreateSkillRequest request, AsyncHandler<CreateSkillRequest,CreateSkillResponse> handler)
CreateSkillResponse
ManagementClient. createSkill(CreateSkillRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateSkillRequest Modifier and Type Method Description Future<CreateSkillResponse>
ManagementAsync. createSkill(CreateSkillRequest request, AsyncHandler<CreateSkillRequest,CreateSkillResponse> handler)
Creates a new Skill from scratch.Future<CreateSkillResponse>
ManagementAsyncClient. createSkill(CreateSkillRequest request, AsyncHandler<CreateSkillRequest,CreateSkillResponse> handler)
-
Uses of CreateSkillRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateSkillRequest Modifier and Type Method Description CreateSkillRequest
CreateSkillRequest.Builder. build()
Build the instance of CreateSkillRequest as configured by this builderCreateSkillRequest
CreateSkillRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSkillRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type CreateSkillRequest Modifier and Type Method Description CreateSkillRequest.Builder
CreateSkillRequest.Builder. copy(CreateSkillRequest o)
Copy method to populate the builder with values from the given instance.
-