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 o) |
Modifier and Type | Method and Description |
---|---|
SecurityList |
CreateSecurityListResponse.getSecurityList()
The returned SecurityList instance.
|
SecurityList |
GetSecurityListResponse.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 SecurityList instances.
|
Modifier and Type | Method and Description |
---|---|
CreateSecurityListResponse.Builder |
CreateSecurityListResponse.Builder.securityList(SecurityList securityList) |
GetSecurityListResponse.Builder |
GetSecurityListResponse.Builder.securityList(SecurityList securityList) |
UpdateSecurityListResponse.Builder |
UpdateSecurityListResponse.Builder.securityList(SecurityList securityList) |
Modifier and Type | Method and Description |
---|---|
ListSecurityListsResponse.Builder |
ListSecurityListsResponse.Builder.items(List<SecurityList> items) |
Copyright © 2016–2019. All rights reserved.