Uses of Class
com.oracle.bmc.cloudguard.requests.GetManagedListRequest
-
Packages that use GetManagedListRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetManagedListRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetManagedListRequest Modifier and Type Method Description Waiter<GetManagedListRequest,GetManagedListResponse>
CloudGuardWaiters. forManagedList(GetManagedListRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetManagedListRequest,GetManagedListResponse>
CloudGuardWaiters. forManagedList(GetManagedListRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetManagedListRequest,GetManagedListResponse>
CloudGuardWaiters. forManagedList(GetManagedListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetManagedListRequest Modifier and Type Method Description Future<GetManagedListResponse>
CloudGuardAsync. getManagedList(GetManagedListRequest request, AsyncHandler<GetManagedListRequest,GetManagedListResponse> handler)
Returns a managed list identified by managedListId.Future<GetManagedListResponse>
CloudGuardAsyncClient. getManagedList(GetManagedListRequest request, AsyncHandler<GetManagedListRequest,GetManagedListResponse> handler)
-
Uses of GetManagedListRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetManagedListRequest Modifier and Type Method Description GetManagedListRequest
GetManagedListRequest.Builder. build()
Build the instance of GetManagedListRequest as configured by this builderGetManagedListRequest
GetManagedListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagedListRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetManagedListRequest Modifier and Type Method Description GetManagedListRequest.Builder
GetManagedListRequest.Builder. copy(GetManagedListRequest o)
Copy method to populate the builder with values from the given instance.
-