Uses of Class
com.oracle.bmc.devops.requests.GetConnectionRequest
-
Packages that use GetConnectionRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetConnectionRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type GetConnectionRequest Modifier and Type Method Description Waiter<GetConnectionRequest,GetConnectionResponse>
DevopsWaiters. forConnection(GetConnectionRequest request, Connection.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConnectionRequest,GetConnectionResponse>
DevopsWaiters. forConnection(GetConnectionRequest request, Connection.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConnectionRequest,GetConnectionResponse>
DevopsWaiters. forConnection(GetConnectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Connection.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.devops with type arguments of type GetConnectionRequest Modifier and Type Method Description Future<GetConnectionResponse>
DevopsAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
Retrieves a connection by identifier.Future<GetConnectionResponse>
DevopsAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
-
Uses of GetConnectionRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetConnectionRequest Modifier and Type Method Description GetConnectionRequest
GetConnectionRequest.Builder. build()
Build the instance of GetConnectionRequest as configured by this builderGetConnectionRequest
GetConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConnectionRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetConnectionRequest Modifier and Type Method Description GetConnectionRequest.Builder
GetConnectionRequest.Builder. copy(GetConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-