| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtocolsListDataSummary |
ProtocolsListDataSummary.clone() |
ProtocolsListDataSummary |
ProtocolsListDataSummary.withListArn(String listArn)
The Amazon Resource Name (ARN) of the specified protocols list.
|
ProtocolsListDataSummary |
ProtocolsListDataSummary.withListId(String listId)
The ID of the specified protocols list.
|
ProtocolsListDataSummary |
ProtocolsListDataSummary.withListName(String listName)
The name of the specified protocols list.
|
ProtocolsListDataSummary |
ProtocolsListDataSummary.withProtocolsList(Collection<String> protocolsList)
An array of protocols in the Firewall Manager protocols list.
|
ProtocolsListDataSummary |
ProtocolsListDataSummary.withProtocolsList(String... protocolsList)
An array of protocols in the Firewall Manager protocols list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolsListDataSummary> |
ListProtocolsListsResult.getProtocolsLists()
An array of
ProtocolsListDataSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListProtocolsListsResult |
ListProtocolsListsResult.withProtocolsLists(ProtocolsListDataSummary... protocolsLists)
An array of
ProtocolsListDataSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtocolsListsResult.setProtocolsLists(Collection<ProtocolsListDataSummary> protocolsLists)
An array of
ProtocolsListDataSummary objects. |
ListProtocolsListsResult |
ListProtocolsListsResult.withProtocolsLists(Collection<ProtocolsListDataSummary> protocolsLists)
An array of
ProtocolsListDataSummary objects. |
Copyright © 2021. All rights reserved.