| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.clone() |
Attachment |
SyncState.getAttachment()
The attachment status of the firewall's association with a single VPC subnet.
|
Attachment |
Attachment.withEndpointId(String endpointId)
The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet.
|
Attachment |
Attachment.withStatus(AttachmentStatus status)
The current status of the firewall endpoint in the subnet.
|
Attachment |
Attachment.withStatus(String status)
The current status of the firewall endpoint in the subnet.
|
Attachment |
Attachment.withStatusMessage(String statusMessage)
If Network Firewall fails to create or delete the firewall endpoint in the subnet, it populates this with the
reason for the error or failure and how to resolve it.
|
Attachment |
Attachment.withSubnetId(String subnetId)
The unique identifier of the subnet that you've specified to be used for a firewall endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncState.setAttachment(Attachment attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
SyncState |
SyncState.withAttachment(Attachment attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
Copyright © 2024. All rights reserved.