Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<SecurityList> |
VirtualNetworkPaginators.listSecurityListsRecordIterator(ListSecurityListsRequest request)
Creates a new iterable which will iterate over the
SecurityList objects contained in responses from the
listSecurityLists operation. |
Modifier and Type | Method and Description |
---|---|
SecurityList |
SecurityList.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SecurityList.Builder |
SecurityList.Builder.copy(SecurityList model) |
Modifier and Type | Method and Description |
---|---|
SecurityList |
GetSecurityListResponse.getSecurityList()
The returned
SecurityList instance. |
SecurityList |
CreateSecurityListResponse.getSecurityList()
The returned
SecurityList instance. |
SecurityList |
UpdateSecurityListResponse.getSecurityList()
The returned
SecurityList instance. |
Modifier and Type | Method and Description |
---|---|
List<SecurityList> |
ListSecurityListsResponse.getItems()
A list of
com.oracle.bmc.core.model.SecurityList instances. |
Modifier and Type | Method and Description |
---|---|
GetSecurityListResponse.Builder |
GetSecurityListResponse.Builder.securityList(SecurityList securityList)
The returned
SecurityList instance. |
CreateSecurityListResponse.Builder |
CreateSecurityListResponse.Builder.securityList(SecurityList securityList)
The returned
SecurityList instance. |
UpdateSecurityListResponse.Builder |
UpdateSecurityListResponse.Builder.securityList(SecurityList securityList)
The returned
SecurityList instance. |
Modifier and Type | Method and Description |
---|---|
ListSecurityListsResponse.Builder |
ListSecurityListsResponse.Builder.items(List<SecurityList> items)
A list of
com.oracle.bmc.core.model.SecurityList instances. |
Copyright © 2016–2024. All rights reserved.