Uses of Class
com.oracle.bmc.cloudbridge.requests.GetPluginRequest
-
Packages that use GetPluginRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of GetPluginRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetPluginRequest Modifier and Type Method Description Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.cloudbridge with parameters of type GetPluginRequest Modifier and Type Method Description Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetPluginResponse
OcbAgentSvc. getPlugin(GetPluginRequest request)
Gets a plugin by identifier.Future<GetPluginResponse>
OcbAgentSvcAsync. getPlugin(GetPluginRequest request, AsyncHandler<GetPluginRequest,GetPluginResponse> handler)
Gets a plugin by identifier.Future<GetPluginResponse>
OcbAgentSvcAsyncClient. getPlugin(GetPluginRequest request, AsyncHandler<GetPluginRequest,GetPluginResponse> handler)
GetPluginResponse
OcbAgentSvcClient. getPlugin(GetPluginRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetPluginRequest Modifier and Type Method Description Future<GetPluginResponse>
OcbAgentSvcAsync. getPlugin(GetPluginRequest request, AsyncHandler<GetPluginRequest,GetPluginResponse> handler)
Gets a plugin by identifier.Future<GetPluginResponse>
OcbAgentSvcAsyncClient. getPlugin(GetPluginRequest request, AsyncHandler<GetPluginRequest,GetPluginResponse> handler)
-
Uses of GetPluginRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return GetPluginRequest Modifier and Type Method Description GetPluginRequest
GetPluginRequest.Builder. build()
Build the instance of GetPluginRequest as configured by this builderGetPluginRequest
GetPluginRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPluginRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type GetPluginRequest Modifier and Type Method Description GetPluginRequest.Builder
GetPluginRequest.Builder. copy(GetPluginRequest o)
Copy method to populate the builder with values from the given instance.
-