Uses of Class
com.oracle.bmc.cloudbridge.responses.GetPluginResponse
-
Packages that use GetPluginResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of GetPluginResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return GetPluginResponse Modifier and Type Method Description GetPluginResponse
OcbAgentSvc. getPlugin(GetPluginRequest request)
Gets a plugin by identifier.GetPluginResponse
OcbAgentSvcClient. getPlugin(GetPluginRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetPluginResponse 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.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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetPluginResponse 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 GetPluginResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return GetPluginResponse Modifier and Type Method Description GetPluginResponse
GetPluginResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type GetPluginResponse Modifier and Type Method Description GetPluginResponse.Builder
GetPluginResponse.Builder. copy(GetPluginResponse o)
Copy method to populate the builder with values from the given instance.
-