Uses of Class
com.oracle.bmc.core.responses.GetSecurityListResponse
-
Packages that use GetSecurityListResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetSecurityListResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetSecurityListResponse Modifier and Type Method Description GetSecurityListResponseVirtualNetwork. getSecurityList(GetSecurityListRequest request)Gets the specified security list’s information.GetSecurityListResponseVirtualNetworkClient. getSecurityList(GetSecurityListRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetSecurityListResponse 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 GetSecurityListResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetSecurityListResponse Modifier and Type Method Description GetSecurityListResponseGetSecurityListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetSecurityListResponse Modifier and Type Method Description GetSecurityListResponse.BuilderGetSecurityListResponse.Builder. copy(GetSecurityListResponse o)Copy method to populate the builder with values from the given instance.
-