Uses of Class
com.oracle.bmc.core.requests.GetSecurityListRequest
-
Packages that use GetSecurityListRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetSecurityListRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetSecurityListRequest Modifier and Type Method Description Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, SecurityList.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, SecurityList.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SecurityList.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetSecurityListRequest Modifier and Type Method Description Future<GetSecurityListResponse>
VirtualNetworkAsync. getSecurityList(GetSecurityListRequest request, AsyncHandler<GetSecurityListRequest,GetSecurityListResponse> handler)
Gets the specified security list’s information.Future<GetSecurityListResponse>
VirtualNetworkAsyncClient. getSecurityList(GetSecurityListRequest request, AsyncHandler<GetSecurityListRequest,GetSecurityListResponse> handler)
-
Uses of GetSecurityListRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetSecurityListRequest Modifier and Type Method Description GetSecurityListRequest
GetSecurityListRequest.Builder. build()
Build the instance of GetSecurityListRequest as configured by this builderGetSecurityListRequest
GetSecurityListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecurityListRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetSecurityListRequest Modifier and Type Method Description GetSecurityListRequest.Builder
GetSecurityListRequest.Builder. copy(GetSecurityListRequest o)
Copy method to populate the builder with values from the given instance.
-