Uses of Class
com.oracle.bmc.datasafe.requests.GetSqlCollectionRequest
-
Packages that use GetSqlCollectionRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetSqlCollectionRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetSqlCollectionRequest Modifier and Type Method Description Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, SqlCollectionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, SqlCollectionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SqlCollectionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSqlCollectionRequest Modifier and Type Method Description Future<GetSqlCollectionResponse>
DataSafeAsync. getSqlCollection(GetSqlCollectionRequest request, AsyncHandler<GetSqlCollectionRequest,GetSqlCollectionResponse> handler)
Gets a SQL collection by identifier.Future<GetSqlCollectionResponse>
DataSafeAsyncClient. getSqlCollection(GetSqlCollectionRequest request, AsyncHandler<GetSqlCollectionRequest,GetSqlCollectionResponse> handler)
-
Uses of GetSqlCollectionRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetSqlCollectionRequest Modifier and Type Method Description GetSqlCollectionRequest
GetSqlCollectionRequest.Builder. build()
Build the instance of GetSqlCollectionRequest as configured by this builderGetSqlCollectionRequest
GetSqlCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSqlCollectionRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetSqlCollectionRequest Modifier and Type Method Description GetSqlCollectionRequest.Builder
GetSqlCollectionRequest.Builder. copy(GetSqlCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-