Uses of Class
com.oracle.bmc.oda.requests.GetSkillRequest
-
Packages that use GetSkillRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of GetSkillRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type GetSkillRequest Modifier and Type Method Description Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.oda with parameters of type GetSkillRequest Modifier and Type Method Description Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSkillRequest,GetSkillResponse>
ManagementWaiters. forSkill(GetSkillRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetSkillResponse
Management. getSkill(GetSkillRequest request)
Gets the specified Skill.Future<GetSkillResponse>
ManagementAsync. getSkill(GetSkillRequest request, AsyncHandler<GetSkillRequest,GetSkillResponse> handler)
Gets the specified Skill.Future<GetSkillResponse>
ManagementAsyncClient. getSkill(GetSkillRequest request, AsyncHandler<GetSkillRequest,GetSkillResponse> handler)
GetSkillResponse
ManagementClient. getSkill(GetSkillRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetSkillRequest Modifier and Type Method Description Future<GetSkillResponse>
ManagementAsync. getSkill(GetSkillRequest request, AsyncHandler<GetSkillRequest,GetSkillResponse> handler)
Gets the specified Skill.Future<GetSkillResponse>
ManagementAsyncClient. getSkill(GetSkillRequest request, AsyncHandler<GetSkillRequest,GetSkillResponse> handler)
-
Uses of GetSkillRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return GetSkillRequest Modifier and Type Method Description GetSkillRequest
GetSkillRequest.Builder. build()
Build the instance of GetSkillRequest as configured by this builderGetSkillRequest
GetSkillRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSkillRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type GetSkillRequest Modifier and Type Method Description GetSkillRequest.Builder
GetSkillRequest.Builder. copy(GetSkillRequest o)
Copy method to populate the builder with values from the given instance.
-