| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSNetworkFirewallClient.listTagsForResource(ListTagsForResourceRequest request)
Retrieves the tags associated with the specified resource.
|
ListTagsForResourceResult |
AWSNetworkFirewall.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the tags associated with the specified resource.
|
ListTagsForResourceResult |
AbstractAWSNetworkFirewall.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSNetworkFirewallAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSNetworkFirewallAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSNetworkFirewallAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves the tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Network Firewall returns a
NextToken value in the response. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are associated with the resource.
|
Copyright © 2025. All rights reserved.