Uses of Class
com.oracle.bmc.core.model.SecurityList
-
Packages that use SecurityList Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of SecurityList in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type SecurityList Modifier and Type Method Description Iterable<SecurityList>
VirtualNetworkPaginators. listSecurityListsRecordIterator(ListSecurityListsRequest request)
Creates a new iterable which will iterate over theSecurityList
objects contained in responses from the listSecurityLists operation. -
Uses of SecurityList in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return SecurityList Modifier and Type Method Description SecurityList
SecurityList.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type SecurityList Modifier and Type Method Description SecurityList.Builder
SecurityList.Builder. copy(SecurityList model)
-
Uses of SecurityList in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return SecurityList Modifier and Type Method Description SecurityList
CreateSecurityListResponse. getSecurityList()
The returned SecurityList instance.SecurityList
GetSecurityListResponse. getSecurityList()
The returned SecurityList instance.SecurityList
UpdateSecurityListResponse. getSecurityList()
The returned SecurityList instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type SecurityList Modifier and Type Method Description List<SecurityList>
ListSecurityListsResponse. getItems()
A list of com.oracle.bmc.core.model.SecurityList instances.Methods in com.oracle.bmc.core.responses with parameters of type SecurityList Modifier and Type Method Description CreateSecurityListResponse.Builder
CreateSecurityListResponse.Builder. securityList(SecurityList securityList)
The returned SecurityList instance.GetSecurityListResponse.Builder
GetSecurityListResponse.Builder. securityList(SecurityList securityList)
The returned SecurityList instance.UpdateSecurityListResponse.Builder
UpdateSecurityListResponse.Builder. securityList(SecurityList securityList)
The returned SecurityList instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type SecurityList Modifier and Type Method Description ListSecurityListsResponse.Builder
ListSecurityListsResponse.Builder. items(List<SecurityList> items)
A list of com.oracle.bmc.core.model.SecurityList instances.
-