Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

action() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
action(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
action(StatefulAction) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
actionAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
ActionDefinition - Class in software.amazon.awssdk.services.networkfirewall.model
A custom action to use in stateless rule actions settings.
actionDefinition() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
The custom action associated with the action name.
actionDefinition(ActionDefinition) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CustomAction.Builder
The custom action associated with the action name.
actionDefinition(Consumer<ActionDefinition.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CustomAction.Builder
The custom action associated with the action name.
ActionDefinition.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
actionName() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
The descriptive name of the custom action.
actionName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CustomAction.Builder
The descriptive name of the custom action.
actions() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
actions(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleDefinition.Builder
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
actions(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleDefinition.Builder
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
Address - Class in software.amazon.awssdk.services.networkfirewall.model
A single IP address specification.
Address.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
addressDefinition() - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
addressDefinition(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Address.Builder
Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
arn() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
The Amazon Resource Name (ARN) of the firewall policy.
arn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata.Builder
The Amazon Resource Name (ARN) of the firewall policy.
arn() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
The Amazon Resource Name (ARN) of the rule group.
arn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata.Builder
The Amazon Resource Name (ARN) of the rule group.
associateFirewallPolicy(AssociateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Associates a FirewallPolicy to a Firewall.
associateFirewallPolicy(Consumer<AssociateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Associates a FirewallPolicy to a Firewall.
associateFirewallPolicy(AssociateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Associates a FirewallPolicy to a Firewall.
associateFirewallPolicy(Consumer<AssociateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Associates a FirewallPolicy to a Firewall.
AssociateFirewallPolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
AssociateFirewallPolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
AssociateFirewallPolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
AssociateFirewallPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.AssociateFirewallPolicyRequestMarshaller
 
AssociateFirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
AssociateFirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
associateSubnets(AssociateSubnetsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Associates the specified subnets in the Amazon VPC to the firewall.
associateSubnets(Consumer<AssociateSubnetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Associates the specified subnets in the Amazon VPC to the firewall.
associateSubnets(AssociateSubnetsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Associates the specified subnets in the Amazon VPC to the firewall.
associateSubnets(Consumer<AssociateSubnetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Associates the specified subnets in the Amazon VPC to the firewall.
AssociateSubnetsRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
AssociateSubnetsRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
AssociateSubnetsRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
AssociateSubnetsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.AssociateSubnetsRequestMarshaller
 
AssociateSubnetsResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
AssociateSubnetsResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
Attachment - Class in software.amazon.awssdk.services.networkfirewall.model
The configuration and status for a single subnet that you've specified for use by the AWS Network Firewall firewall.
attachment() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
The attachment status of the firewall's association with a single VPC subnet.
attachment(Attachment) - Method in interface software.amazon.awssdk.services.networkfirewall.model.SyncState.Builder
The attachment status of the firewall's association with a single VPC subnet.
attachment(Consumer<Attachment.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.SyncState.Builder
The attachment status of the firewall's association with a single VPC subnet.
Attachment.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
AttachmentStatus - Enum in software.amazon.awssdk.services.networkfirewall.model
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LimitExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ThrottlingException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException.Builder
 

B

build() - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.LimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ThrottlingException
 
builder() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
builder() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
builder() - Static method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Create a builder that can be used to configure and create a NetworkFirewallAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Create a builder that can be used to configure and create a NetworkFirewallClient.
BuilderImpl() - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
BuilderImpl(NetworkFirewallException) - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.BuilderImpl
 
BuilderImpl(NetworkFirewallRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.BuilderImpl
 
BuilderImpl(NetworkFirewallResponse) - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.BuilderImpl
 

C

capacity(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
The maximum operating resources that this rule group can use.
capacity() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
The maximum operating resources that this rule group can use.
capacity(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The maximum operating resources that this rule group can use.
capacity() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
The maximum operating resources that this rule group can use.
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LimitExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ThrottlingException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException.Builder
 
config(Map<String, PerObjectStatus>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.SyncState.Builder
The configuration status of the firewall endpoint in a single VPC subnet.
config() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
The configuration status of the firewall endpoint in a single VPC subnet.
ConfigurationSyncState - Enum in software.amazon.awssdk.services.networkfirewall.model
 
configurationSyncStateSummary(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallStatus.Builder
The configuration sync state for the firewall.
configurationSyncStateSummary(ConfigurationSyncState) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallStatus.Builder
The configuration sync state for the firewall.
configurationSyncStateSummary() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
The configuration sync state for the firewall.
configurationSyncStateSummaryAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
The configuration sync state for the firewall.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponseMetadata
 
create() - Static method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Create a NetworkFirewallAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Create a NetworkFirewallClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
createFirewall(CreateFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates an AWS Network Firewall Firewall and accompanying FirewallStatus for a VPC.
createFirewall(Consumer<CreateFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates an AWS Network Firewall Firewall and accompanying FirewallStatus for a VPC.
createFirewall(CreateFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates an AWS Network Firewall Firewall and accompanying FirewallStatus for a VPC.
createFirewall(Consumer<CreateFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates an AWS Network Firewall Firewall and accompanying FirewallStatus for a VPC.
createFirewallPolicy(CreateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates the firewall policy for the firewall according to the specifications.
createFirewallPolicy(Consumer<CreateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates the firewall policy for the firewall according to the specifications.
createFirewallPolicy(CreateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates the firewall policy for the firewall according to the specifications.
createFirewallPolicy(Consumer<CreateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates the firewall policy for the firewall according to the specifications.
CreateFirewallPolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallPolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallPolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
CreateFirewallPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.CreateFirewallPolicyRequestMarshaller
 
CreateFirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
CreateFirewallRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.CreateFirewallRequestMarshaller
 
CreateFirewallResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateFirewallResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
createRuleGroup(CreateRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
createRuleGroup(Consumer<CreateRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
createRuleGroup(CreateRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
createRuleGroup(Consumer<CreateRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
CreateRuleGroupRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateRuleGroupRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
CreateRuleGroupRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
CreateRuleGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.CreateRuleGroupRequestMarshaller
 
CreateRuleGroupResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
CreateRuleGroupResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
CustomAction - Class in software.amazon.awssdk.services.networkfirewall.model
An optional, non-standard action to use for stateless packet handling.
CustomAction.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
customActions(Collection<CustomAction>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification.
customActions(CustomAction...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification.
customActions(Consumer<CustomAction.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification.
customActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification.

D

definition(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.IPSet.Builder
The list of IP addresses and address ranges, in CIDR notation.
definition(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.IPSet.Builder
The list of IP addresses and address ranges, in CIDR notation.
definition() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
The list of IP addresses and address ranges, in CIDR notation.
definition(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PortSet.Builder
The set of port ranges.
definition(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PortSet.Builder
The set of port ranges.
definition() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
The set of port ranges.
deleteFirewall(DeleteFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified Firewall and its FirewallStatus.
deleteFirewall(Consumer<DeleteFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified Firewall and its FirewallStatus.
deleteFirewall(DeleteFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified Firewall and its FirewallStatus.
deleteFirewall(Consumer<DeleteFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified Firewall and its FirewallStatus.
deleteFirewallPolicy(DeleteFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified FirewallPolicy.
deleteFirewallPolicy(Consumer<DeleteFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified FirewallPolicy.
deleteFirewallPolicy(DeleteFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified FirewallPolicy.
deleteFirewallPolicy(Consumer<DeleteFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified FirewallPolicy.
DeleteFirewallPolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallPolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallPolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DeleteFirewallPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DeleteFirewallPolicyRequestMarshaller
 
DeleteFirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DeleteFirewallRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DeleteFirewallRequestMarshaller
 
DeleteFirewallResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteFirewallResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
deleteProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
A flag indicating whether it is possible to delete the firewall.
deleteProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
A flag indicating whether it is possible to delete the firewall.
deleteProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
A flag indicating whether it is possible to delete the firewall.
deleteProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
A flag indicating whether it is possible to delete the firewall.
deleteProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
A flag indicating whether it is possible to delete the firewall.
deleteProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
A flag indicating whether it is possible to delete the firewall.
deleteProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse.Builder

deleteProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse

deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes a resource policy that you created in a PutResourcePolicy request.
deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes a resource policy that you created in a PutResourcePolicy request.
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes a resource policy that you created in a PutResourcePolicy request.
deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes a resource policy that you created in a PutResourcePolicy request.
DeleteResourcePolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteResourcePolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DeleteResourcePolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DeleteResourcePolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DeleteResourcePolicyRequestMarshaller
 
DeleteResourcePolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteResourcePolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
deleteRuleGroup(DeleteRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified RuleGroup.
deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Deletes the specified RuleGroup.
deleteRuleGroup(DeleteRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified RuleGroup.
deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Deletes the specified RuleGroup.
DeleteRuleGroupRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteRuleGroupRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DeleteRuleGroupRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DeleteRuleGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DeleteRuleGroupRequestMarshaller
 
DeleteRuleGroupResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DeleteRuleGroupResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
describeFirewall(DescribeFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified firewall.
describeFirewall(Consumer<DescribeFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified firewall.
describeFirewall(DescribeFirewallRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified firewall.
describeFirewall(Consumer<DescribeFirewallRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified firewall.
describeFirewallPolicy(DescribeFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified firewall policy.
describeFirewallPolicy(Consumer<DescribeFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified firewall policy.
describeFirewallPolicy(DescribeFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified firewall policy.
describeFirewallPolicy(Consumer<DescribeFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified firewall policy.
DescribeFirewallPolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallPolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallPolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DescribeFirewallPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DescribeFirewallPolicyRequestMarshaller
 
DescribeFirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DescribeFirewallRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DescribeFirewallRequestMarshaller
 
DescribeFirewallResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeFirewallResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
describeLoggingConfiguration(DescribeLoggingConfigurationRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the logging configuration for the specified firewall.
describeLoggingConfiguration(Consumer<DescribeLoggingConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the logging configuration for the specified firewall.
describeLoggingConfiguration(DescribeLoggingConfigurationRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the logging configuration for the specified firewall.
describeLoggingConfiguration(Consumer<DescribeLoggingConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the logging configuration for the specified firewall.
DescribeLoggingConfigurationRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeLoggingConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeLoggingConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DescribeLoggingConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DescribeLoggingConfigurationRequestMarshaller
 
DescribeLoggingConfigurationResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeLoggingConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
describeResourcePolicy(DescribeResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves a resource policy that you created in a PutResourcePolicy request.
describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves a resource policy that you created in a PutResourcePolicy request.
describeResourcePolicy(DescribeResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves a resource policy that you created in a PutResourcePolicy request.
describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves a resource policy that you created in a PutResourcePolicy request.
DescribeResourcePolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeResourcePolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeResourcePolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DescribeResourcePolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DescribeResourcePolicyRequestMarshaller
 
DescribeResourcePolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeResourcePolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
describeRuleGroup(DescribeRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified rule group.
describeRuleGroup(Consumer<DescribeRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Returns the data objects for the specified rule group.
describeRuleGroup(DescribeRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified rule group.
describeRuleGroup(Consumer<DescribeRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Returns the data objects for the specified rule group.
DescribeRuleGroupRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeRuleGroupRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DescribeRuleGroupRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DescribeRuleGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DescribeRuleGroupRequestMarshaller
 
DescribeRuleGroupResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DescribeRuleGroupResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
A description of the firewall policy.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
A description of the firewall policy.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
A description of the firewall.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
A description of the firewall.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
A description of the rule group.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
A description of the rule group.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
A description of the firewall.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
A description of the firewall.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
A description of the firewall policy.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
A description of the firewall policy.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
A description of the rule group.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
A description of the rule group.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
The new description for the firewall.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
The new description for the firewall.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse.Builder
A description of the firewall.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
A description of the firewall.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
A description of the firewall policy.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
A description of the firewall policy.
description(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
A description of the rule group.
description() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
A description of the rule group.
destination(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The destination IP address or address range to inspect for, in CIDR notation.
destination() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The destination IP address or address range to inspect for, in CIDR notation.
destinationPort(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The destination port to inspect for.
destinationPort() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The destination port to inspect for.
destinationPorts(Collection<PortRange>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination ports to inspect for.
destinationPorts(PortRange...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination ports to inspect for.
destinationPorts(Consumer<PortRange.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination ports to inspect for.
destinationPorts() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The destination ports to inspect for.
destinations(Collection<Address>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination IP addresses and address ranges to inspect for, in CIDR notation.
destinations(Address...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination IP addresses and address ranges to inspect for, in CIDR notation.
destinations(Consumer<Address.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The destination IP addresses and address ranges to inspect for, in CIDR notation.
destinations() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The destination IP addresses and address ranges to inspect for, in CIDR notation.
Dimension - Class in software.amazon.awssdk.services.networkfirewall.model
The value to use in an Amazon CloudWatch custom metric dimension.
Dimension.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
dimensions(Collection<Dimension>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction.Builder

dimensions(Dimension...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction.Builder

dimensions(Consumer<Dimension.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction.Builder

This is a convenience that creates an instance of the List.Builder avoiding the need to create one manually via List#builder().

dimensions() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction

direction(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The direction of traffic flow to inspect.
direction(StatefulRuleDirection) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The direction of traffic flow to inspect.
direction() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The direction of traffic flow to inspect.
directionAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The direction of traffic flow to inspect.
disassociateSubnets(DisassociateSubnetsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Removes the specified subnet associations from the firewall.
disassociateSubnets(Consumer<DisassociateSubnetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Removes the specified subnet associations from the firewall.
disassociateSubnets(DisassociateSubnetsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Removes the specified subnet associations from the firewall.
disassociateSubnets(Consumer<DisassociateSubnetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Removes the specified subnet associations from the firewall.
DisassociateSubnetsRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
DisassociateSubnetsRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
DisassociateSubnetsRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
DisassociateSubnetsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.DisassociateSubnetsRequestMarshaller
 
DisassociateSubnetsResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
DisassociateSubnetsResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
dryRun(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.
dryRun() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

E

endpointId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Attachment.Builder
The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet.
endpointId() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet.
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 

F

firewall(Firewall) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse.Builder
The configuration settings for the firewall.
firewall(Consumer<Firewall.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse.Builder
The configuration settings for the firewall.
firewall() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
The configuration settings for the firewall.
firewall(Firewall) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse.Builder
Sets the value of the Firewall property for this object.
firewall(Consumer<Firewall.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse.Builder
Sets the value of the Firewall property for this object.
firewall() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
Returns the value of the Firewall property for this object.
firewall(Firewall) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse.Builder
The configuration settings for the firewall.
firewall(Consumer<Firewall.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse.Builder
The configuration settings for the firewall.
firewall() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
The configuration settings for the firewall.
Firewall - Class in software.amazon.awssdk.services.networkfirewall.model
The firewall defines the configuration settings for an AWS Network Firewall firewall.
Firewall.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
The Amazon Resource Name (ARN) of the firewall.
firewallArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse.Builder
The Amazon Resource Name (ARN) of the firewall.
firewallArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
The Amazon Resource Name (ARN) of the firewall.
firewallId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The unique identifier for the firewall.
firewallId() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The unique identifier for the firewall.
FirewallMetadata - Class in software.amazon.awssdk.services.networkfirewall.model
High-level information about a firewall, returned by operations like create and describe.
FirewallMetadata.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
The descriptive name of the firewall.
firewallName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse.Builder
The descriptive name of the firewall.
firewallName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
The descriptive name of the firewall.
firewallPolicies(Collection<FirewallPolicyMetadata>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse.Builder
The metadata for the firewall policies.
firewallPolicies(FirewallPolicyMetadata...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse.Builder
The metadata for the firewall policies.
firewallPolicies(Consumer<FirewallPolicyMetadata.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse.Builder
The metadata for the firewall policies.
firewallPolicies() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
The metadata for the firewall policies.
firewallPolicies() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesIterable
Returns an iterable to iterate through the paginated ListFirewallPoliciesResponse.firewallPolicies() member.
firewallPolicies() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesPublisher
Returns a publisher that can be used to get a stream of data.
firewallPolicy(FirewallPolicy) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The rule groups and policy actions to use in the firewall policy.
firewallPolicy(Consumer<FirewallPolicy.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The rule groups and policy actions to use in the firewall policy.
firewallPolicy() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
The rule groups and policy actions to use in the firewall policy.
firewallPolicy(FirewallPolicy) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse.Builder
The policy for the specified firewall policy.
firewallPolicy(Consumer<FirewallPolicy.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse.Builder
The policy for the specified firewall policy.
firewallPolicy() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
The policy for the specified firewall policy.
FirewallPolicy - Class in software.amazon.awssdk.services.networkfirewall.model
The firewall policy defines the behavior of a firewall using a collection of stateless and stateful rule groups and other settings.
firewallPolicy(FirewallPolicy) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
The updated firewall policy to use for the firewall.
firewallPolicy(Consumer<FirewallPolicy.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
The updated firewall policy to use for the firewall.
firewallPolicy() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
The updated firewall policy to use for the firewall.
FirewallPolicy.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The Amazon Resource Name (ARN) of the FirewallPolicy that you want to use for the firewall.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
The Amazon Resource Name (ARN) of the FirewallPolicy that you want to use for the firewall.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
The Amazon Resource Name (ARN) of the firewall policy.
firewallPolicyChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse.Builder
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
A setting indicating whether the firewall is protected against a change to the firewall policy association.
firewallPolicyId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The unique identifier for the firewall policy.
firewallPolicyId() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The unique identifier for the firewall policy.
FirewallPolicyMetadata - Class in software.amazon.awssdk.services.networkfirewall.model
High-level information about a firewall policy, returned by operations like create and describe.
FirewallPolicyMetadata.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
firewallPolicyName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The descriptive name of the firewall policy.
firewallPolicyName() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
The descriptive name of the firewall policy.
firewallPolicyName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest.Builder
The descriptive name of the firewall policy.
firewallPolicyName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
The descriptive name of the firewall policy.
firewallPolicyName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest.Builder
The descriptive name of the firewall policy.
firewallPolicyName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
The descriptive name of the firewall policy.
firewallPolicyName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The descriptive name of the firewall policy.
firewallPolicyName() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The descriptive name of the firewall policy.
firewallPolicyName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
The descriptive name of the firewall policy.
firewallPolicyName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
The descriptive name of the firewall policy.
firewallPolicyResponse(FirewallPolicyResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse(Consumer<FirewallPolicyResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
The high-level properties of a firewall policy.
firewallPolicyResponse(FirewallPolicyResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse.Builder
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
firewallPolicyResponse(Consumer<FirewallPolicyResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse.Builder
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
firewallPolicyResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
firewallPolicyResponse(FirewallPolicyResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse(Consumer<FirewallPolicyResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
The high-level properties of a firewall policy.
FirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
The high-level properties of a firewall policy.
firewallPolicyResponse(FirewallPolicyResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse(Consumer<FirewallPolicyResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse.Builder
The high-level properties of a firewall policy.
firewallPolicyResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
The high-level properties of a firewall policy.
FirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
firewallPolicyStatus(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The current status of the firewall policy.
firewallPolicyStatus(ResourceStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The current status of the firewall policy.
firewallPolicyStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The current status of the firewall policy.
firewallPolicyStatusAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The current status of the firewall policy.
firewalls(Collection<FirewallMetadata>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse.Builder
The firewall metadata objects for the VPCs that you specified.
firewalls(FirewallMetadata...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse.Builder
The firewall metadata objects for the VPCs that you specified.
firewalls(Consumer<FirewallMetadata.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse.Builder
The firewall metadata objects for the VPCs that you specified.
firewalls() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
The firewall metadata objects for the VPCs that you specified.
firewalls() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsIterable
Returns an iterable to iterate through the paginated ListFirewallsResponse.firewalls() member.
firewalls() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsPublisher
Returns a publisher that can be used to get a stream of data.
firewallStatus(FirewallStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse.Builder
Detailed information about the current status of a Firewall.
firewallStatus(Consumer<FirewallStatus.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse.Builder
Detailed information about the current status of a Firewall.
firewallStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
Detailed information about the current status of a Firewall.
firewallStatus(FirewallStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse.Builder
Sets the value of the FirewallStatus property for this object.
firewallStatus(Consumer<FirewallStatus.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse.Builder
Sets the value of the FirewallStatus property for this object.
firewallStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
Returns the value of the FirewallStatus property for this object.
firewallStatus(FirewallStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse.Builder
Detailed information about the current status of a Firewall.
firewallStatus(Consumer<FirewallStatus.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse.Builder
Detailed information about the current status of a Firewall.
firewallStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
Detailed information about the current status of a Firewall.
FirewallStatus - Class in software.amazon.awssdk.services.networkfirewall.model
Detailed information about the current status of a Firewall.
FirewallStatus.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
FirewallStatusValue - Enum in software.amazon.awssdk.services.networkfirewall.model
 
flags(Collection<TCPFlag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
flags(TCPFlag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
flags() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
flagsAsStrings() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
flagsWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
flagsWithStrings(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match.
fromPort(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PortRange.Builder
The lower limit of the port range.
fromPort() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
The lower limit of the port range.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.AttachmentStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ConfigurationSyncState
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.FirewallStatusValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.GeneratedRulesType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogDestinationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ResourceStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulAction
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleDirection
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleProtocol
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TargetType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TCPFlag
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

GeneratedRulesType - Enum in software.amazon.awssdk.services.networkfirewall.model
 
generatedRulesType(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
Whether you want to allow or deny access to the domains in your target list.
generatedRulesType(GeneratedRulesType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
Whether you want to allow or deny access to the domains in your target list.
generatedRulesType() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
Whether you want to allow or deny access to the domains in your target list.
generatedRulesTypeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
Whether you want to allow or deny access to the domains in your target list.
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 

H

hasActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasConfig() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
Returns true if the Config property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCustomActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
Returns true if the CustomActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDefinition() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
Returns true if the Definition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDefinition() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
Returns true if the Definition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDestinationPorts() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the DestinationPorts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDestinations() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the Destinations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDimensions() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
Returns true if the Dimensions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasFirewallPolicies() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
Returns true if the FirewallPolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasFirewalls() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
Returns true if the Firewalls property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasFlags() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
Returns true if the Flags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
hasIpSets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
Returns true if the IPSets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasLogDestination() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
Returns true if the LogDestination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasLogDestinationConfigs() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
Returns true if the LogDestinationConfigs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMasks() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
Returns true if the Masks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPortSets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
Returns true if the PortSets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProtocols() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the Protocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRuleGroups() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
Returns true if the RuleGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRuleOptions() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
Returns true if the RuleOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSettings() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSourcePorts() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the SourcePorts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSources() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the Sources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatefulRuleGroupReferences() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns true if the StatefulRuleGroupReferences property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatefulRules() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
Returns true if the StatefulRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatelessCustomActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns true if the StatelessCustomActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatelessDefaultActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns true if the StatelessDefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatelessFragmentDefaultActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns true if the StatelessFragmentDefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatelessRuleGroupReferences() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns true if the StatelessRuleGroupReferences property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatelessRules() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
Returns true if the StatelessRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetIds() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSyncStates() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
Returns true if the SyncStates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTagKeys() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetTypes() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
Returns true if the TargetTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTcpFlags() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns true if the TCPFlags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVpcIds() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
Returns true if the VpcIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
Header - Class in software.amazon.awssdk.services.networkfirewall.model
The 5-tuple criteria for AWS Network Firewall to use to inspect packet headers in stateful traffic flow inspection.
header(Header) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder
The stateful 5-tuple inspection criteria for this rule, used to inspect traffic flows.
header(Consumer<Header.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder
The stateful 5-tuple inspection criteria for this rule, used to inspect traffic flows.
header() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
The stateful 5-tuple inspection criteria for this rule, used to inspect traffic flows.
Header.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 

I

InsufficientCapacityException - Exception in software.amazon.awssdk.services.networkfirewall.model
AWS doesn't currently have enough available capacity to fulfill your request.
InsufficientCapacityException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
InternalServerErrorException - Exception in software.amazon.awssdk.services.networkfirewall.model
Your request is valid, but Network Firewall couldn’t perform the operation because of a system problem.
InternalServerErrorException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
InvalidOperationException - Exception in software.amazon.awssdk.services.networkfirewall.model
The operation failed because it's not valid.
InvalidOperationException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
InvalidRequestException - Exception in software.amazon.awssdk.services.networkfirewall.model
The operation failed because of a problem with your request.
InvalidRequestException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
InvalidResourcePolicyException - Exception in software.amazon.awssdk.services.networkfirewall.model

InvalidResourcePolicyException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
InvalidTokenException - Exception in software.amazon.awssdk.services.networkfirewall.model
The token you provided is stale or isn't valid for the operation.
InvalidTokenException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
IPSet - Class in software.amazon.awssdk.services.networkfirewall.model
A list of IP addresses and address ranges, in CIDR notation.
IPSet.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ipSets(Map<String, IPSet>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleVariables.Builder
A list of IP addresses and address ranges, in CIDR notation.
ipSets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
A list of IP addresses and address ranges, in CIDR notation.
iterator() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesIterable
 
iterator() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsIterable
 
iterator() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsIterable
 
iterator() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourceIterable
 

K

key(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Tag.Builder
The part of the key:value pair that defines a tag.
key() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
The part of the key:value pair that defines a tag.
keyword(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleOption.Builder

keyword() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption

knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.AttachmentStatus
Use this in place of AttachmentStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ConfigurationSyncState
Use this in place of ConfigurationSyncState.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.FirewallStatusValue
Use this in place of FirewallStatusValue.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.GeneratedRulesType
Use this in place of GeneratedRulesType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogDestinationType
Use this in place of LogDestinationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogType
Use this in place of LogType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
Use this in place of PerObjectSyncStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ResourceStatus
Use this in place of ResourceStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
Use this in place of RuleGroupType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulAction
Use this in place of StatefulAction.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleDirection
Use this in place of StatefulRuleDirection.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleProtocol
Use this in place of StatefulRuleProtocol.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TargetType
Use this in place of TargetType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TCPFlag
Use this in place of TCPFlag.values() to return a Set of all values known to the SDK.

L

LimitExceededException - Exception in software.amazon.awssdk.services.networkfirewall.model
Unable to perform the operation because doing so would violate a limit setting.
LimitExceededException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
listFirewallPolicies(ListFirewallPoliciesRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPolicies(Consumer<ListFirewallPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPolicies(ListFirewallPoliciesRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPolicies(Consumer<ListFirewallPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewall policies that you have defined.
ListFirewallPoliciesIterable - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListFirewallPoliciesIterable(NetworkFirewallClient, ListFirewallPoliciesRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesIterable
 
listFirewallPoliciesPaginator(ListFirewallPoliciesRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPoliciesPaginator(Consumer<ListFirewallPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPoliciesPaginator(ListFirewallPoliciesRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewall policies that you have defined.
listFirewallPoliciesPaginator(Consumer<ListFirewallPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewall policies that you have defined.
ListFirewallPoliciesPublisher - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListFirewallPoliciesPublisher(NetworkFirewallAsyncClient, ListFirewallPoliciesRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesPublisher
 
ListFirewallPoliciesRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallPoliciesRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallPoliciesRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
ListFirewallPoliciesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.ListFirewallPoliciesRequestMarshaller
 
ListFirewallPoliciesResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallPoliciesResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
listFirewalls(ListFirewallsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewalls that you have defined.
listFirewalls(Consumer<ListFirewallsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewalls that you have defined.
listFirewalls(ListFirewallsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewalls that you have defined.
listFirewalls(Consumer<ListFirewallsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewalls that you have defined.
ListFirewallsIterable - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListFirewallsIterable(NetworkFirewallClient, ListFirewallsRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsIterable
 
listFirewallsPaginator(ListFirewallsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewalls that you have defined.
listFirewallsPaginator(Consumer<ListFirewallsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the firewalls that you have defined.
listFirewallsPaginator(ListFirewallsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewalls that you have defined.
listFirewallsPaginator(Consumer<ListFirewallsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the firewalls that you have defined.
ListFirewallsPublisher - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListFirewallsPublisher(NetworkFirewallAsyncClient, ListFirewallsRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsPublisher
 
ListFirewallsRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallsRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallsRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
ListFirewallsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.ListFirewallsRequestMarshaller
 
ListFirewallsResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListFirewallsResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
listRuleGroups(ListRuleGroupsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroups(Consumer<ListRuleGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroups(ListRuleGroupsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroups(Consumer<ListRuleGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the rule groups that you have defined.
ListRuleGroupsIterable - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListRuleGroupsIterable(NetworkFirewallClient, ListRuleGroupsRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsIterable
 
listRuleGroupsPaginator(ListRuleGroupsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroupsPaginator(Consumer<ListRuleGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroupsPaginator(ListRuleGroupsRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the rule groups that you have defined.
listRuleGroupsPaginator(Consumer<ListRuleGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the metadata for the rule groups that you have defined.
ListRuleGroupsPublisher - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListRuleGroupsPublisher(NetworkFirewallAsyncClient, ListRuleGroupsRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsPublisher
 
ListRuleGroupsRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListRuleGroupsRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ListRuleGroupsRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
ListRuleGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.ListRuleGroupsRequestMarshaller
 
ListRuleGroupsResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListRuleGroupsResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the tags associated with the specified resource.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the tags associated with the specified resource.
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the tags associated with the specified resource.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the tags associated with the specified resource.
ListTagsForResourceIterable - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListTagsForResourceIterable(NetworkFirewallClient, ListTagsForResourceRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourceIterable
 
listTagsForResourcePaginator(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the tags associated with the specified resource.
listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Retrieves the tags associated with the specified resource.
listTagsForResourcePaginator(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the tags associated with the specified resource.
listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Retrieves the tags associated with the specified resource.
ListTagsForResourcePublisher - Class in software.amazon.awssdk.services.networkfirewall.paginators
ListTagsForResourcePublisher(NetworkFirewallAsyncClient, ListTagsForResourceRequest) - Constructor for class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourcePublisher
 
ListTagsForResourceRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListTagsForResourceRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ListTagsForResourceRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
ListTagsForResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.ListTagsForResourceRequestMarshaller
 
ListTagsForResourceResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
ListTagsForResourceResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
logDestination(Map<String, String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig.Builder
The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type.
logDestination() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type.
LogDestinationConfig - Class in software.amazon.awssdk.services.networkfirewall.model
Defines where AWS Network Firewall sends logs for the firewall for one log type.
LogDestinationConfig.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
logDestinationConfigs(Collection<LogDestinationConfig>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration.Builder
Defines the logging destinations for the logs for a firewall.
logDestinationConfigs(LogDestinationConfig...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration.Builder
Defines the logging destinations for the logs for a firewall.
logDestinationConfigs(Consumer<LogDestinationConfig.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration.Builder
Defines the logging destinations for the logs for a firewall.
logDestinationConfigs() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
Defines the logging destinations for the logs for a firewall.
LogDestinationPermissionException - Exception in software.amazon.awssdk.services.networkfirewall.model
Unable to send logs to a configured logging destination.
LogDestinationPermissionException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
logDestinationType(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig.Builder
The type of storage destination to send these logs to.
logDestinationType(LogDestinationType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig.Builder
The type of storage destination to send these logs to.
logDestinationType() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
The type of storage destination to send these logs to.
LogDestinationType - Enum in software.amazon.awssdk.services.networkfirewall.model
 
logDestinationTypeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
The type of storage destination to send these logs to.
loggingConfiguration(LoggingConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse.Builder
Sets the value of the LoggingConfiguration property for this object.
loggingConfiguration(Consumer<LoggingConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse.Builder
Sets the value of the LoggingConfiguration property for this object.
loggingConfiguration() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
Returns the value of the LoggingConfiguration property for this object.
LoggingConfiguration - Class in software.amazon.awssdk.services.networkfirewall.model
Defines how AWS Network Firewall performs logging for a Firewall.
loggingConfiguration(LoggingConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
Defines how Network Firewall performs logging for a firewall.
loggingConfiguration(Consumer<LoggingConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
Defines how Network Firewall performs logging for a firewall.
loggingConfiguration() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
Defines how Network Firewall performs logging for a firewall.
loggingConfiguration(LoggingConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse.Builder
Sets the value of the LoggingConfiguration property for this object.
loggingConfiguration(Consumer<LoggingConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse.Builder
Sets the value of the LoggingConfiguration property for this object.
loggingConfiguration() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
Returns the value of the LoggingConfiguration property for this object.
LoggingConfiguration.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
logType(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig.Builder
The type of log to send.
logType(LogType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig.Builder
The type of log to send.
logType() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
The type of log to send.
LogType - Enum in software.amazon.awssdk.services.networkfirewall.model
 
logTypeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
The type of log to send.

M

marshall(AssociateFirewallPolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.AssociateFirewallPolicyRequestMarshaller
 
marshall(AssociateSubnetsRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.AssociateSubnetsRequestMarshaller
 
marshall(CreateFirewallPolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.CreateFirewallPolicyRequestMarshaller
 
marshall(CreateFirewallRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.CreateFirewallRequestMarshaller
 
marshall(CreateRuleGroupRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.CreateRuleGroupRequestMarshaller
 
marshall(DeleteFirewallPolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DeleteFirewallPolicyRequestMarshaller
 
marshall(DeleteFirewallRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DeleteFirewallRequestMarshaller
 
marshall(DeleteResourcePolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DeleteResourcePolicyRequestMarshaller
 
marshall(DeleteRuleGroupRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DeleteRuleGroupRequestMarshaller
 
marshall(DescribeFirewallPolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DescribeFirewallPolicyRequestMarshaller
 
marshall(DescribeFirewallRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DescribeFirewallRequestMarshaller
 
marshall(DescribeLoggingConfigurationRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DescribeLoggingConfigurationRequestMarshaller
 
marshall(DescribeResourcePolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DescribeResourcePolicyRequestMarshaller
 
marshall(DescribeRuleGroupRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DescribeRuleGroupRequestMarshaller
 
marshall(DisassociateSubnetsRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.DisassociateSubnetsRequestMarshaller
 
marshall(ListFirewallPoliciesRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.ListFirewallPoliciesRequestMarshaller
 
marshall(ListFirewallsRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.ListFirewallsRequestMarshaller
 
marshall(ListRuleGroupsRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.ListRuleGroupsRequestMarshaller
 
marshall(ListTagsForResourceRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.ListTagsForResourceRequestMarshaller
 
marshall(PutResourcePolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.PutResourcePolicyRequestMarshaller
 
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.TagResourceRequestMarshaller
 
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UntagResourceRequestMarshaller
 
marshall(UpdateFirewallDeleteProtectionRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallDeleteProtectionRequestMarshaller
 
marshall(UpdateFirewallDescriptionRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallDescriptionRequestMarshaller
 
marshall(UpdateFirewallPolicyChangeProtectionRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallPolicyChangeProtectionRequestMarshaller
 
marshall(UpdateFirewallPolicyRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallPolicyRequestMarshaller
 
marshall(UpdateLoggingConfigurationRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateLoggingConfigurationRequestMarshaller
 
marshall(UpdateRuleGroupRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateRuleGroupRequestMarshaller
 
marshall(UpdateSubnetChangeProtectionRequest) - Method in class software.amazon.awssdk.services.networkfirewall.transform.UpdateSubnetChangeProtectionRequestMarshaller
 
masks(Collection<TCPFlag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
The set of flags to consider in the inspection.
masks(TCPFlag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
The set of flags to consider in the inspection.
masks() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
The set of flags to consider in the inspection.
masksAsStrings() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
The set of flags to consider in the inspection.
masksWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
The set of flags to consider in the inspection.
masksWithStrings(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TCPFlagField.Builder
The set of flags to consider in the inspection.
MatchAttributes - Class in software.amazon.awssdk.services.networkfirewall.model
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
matchAttributes(MatchAttributes) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleDefinition.Builder
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
matchAttributes(Consumer<MatchAttributes.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleDefinition.Builder
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
matchAttributes() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
MatchAttributes.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest.Builder
The maximum number of objects that you want Network Firewall to return for this request.
maxResults() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
The maximum number of objects that you want Network Firewall to return for this request.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
The maximum number of objects that you want Network Firewall to return for this request.
maxResults() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
The maximum number of objects that you want Network Firewall to return for this request.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest.Builder
The maximum number of objects that you want Network Firewall to return for this request.
maxResults() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
The maximum number of objects that you want Network Firewall to return for this request.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest.Builder
The maximum number of objects that you want Network Firewall to return for this request.
maxResults() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
The maximum number of objects that you want Network Firewall to return for this request.
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ThrottlingException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException.Builder
 

N

name(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata.Builder
The descriptive name of the firewall policy.
name() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
The descriptive name of the firewall policy.
name(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata.Builder
The descriptive name of the rule group.
name() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
The descriptive name of the rule group.
NetworkFirewallAsyncClient - Interface in software.amazon.awssdk.services.networkfirewall
Service client for accessing Network Firewall asynchronously.
NetworkFirewallAsyncClientBuilder - Interface in software.amazon.awssdk.services.networkfirewall
A builder for creating an instance of NetworkFirewallAsyncClient.
NetworkFirewallBaseClientBuilder<B extends NetworkFirewallBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.networkfirewall
This includes configuration specific to Network Firewall that is supported by both NetworkFirewallClientBuilder and NetworkFirewallAsyncClientBuilder.
NetworkFirewallClient - Interface in software.amazon.awssdk.services.networkfirewall
Service client for accessing Network Firewall.
NetworkFirewallClientBuilder - Interface in software.amazon.awssdk.services.networkfirewall
A builder for creating an instance of NetworkFirewallClient.
NetworkFirewallException - Exception in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallException(NetworkFirewallException.Builder) - Constructor for exception software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException
 
NetworkFirewallException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallException.BuilderImpl - Class in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallRequest(NetworkFirewallRequest.Builder) - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest
 
NetworkFirewallRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallRequest.BuilderImpl - Class in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallResponse(NetworkFirewallResponse.Builder) - Constructor for class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse
 
NetworkFirewallResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallResponse.BuilderImpl - Class in software.amazon.awssdk.services.networkfirewall.model
 
NetworkFirewallResponseMetadata - Class in software.amazon.awssdk.services.networkfirewall.model
 
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
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.
nextToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse.Builder
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.
nextToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
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.

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
 

P

PerObjectStatus - Class in software.amazon.awssdk.services.networkfirewall.model
Provides configuration status for a single policy or rule group that is used for a firewall endpoint.
PerObjectStatus.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
PerObjectSyncStatus - Enum in software.amazon.awssdk.services.networkfirewall.model
 
policy(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse.Builder
The AWS Identity and Access Management policy for the resource.
policy() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
The AWS Identity and Access Management policy for the resource.
policy(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest.Builder
The AWS Identity and Access Management policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform.
policy() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
The AWS Identity and Access Management policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform.
PortRange - Class in software.amazon.awssdk.services.networkfirewall.model
A single port range specification.
PortRange.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
PortSet - Class in software.amazon.awssdk.services.networkfirewall.model
A set of port ranges for use in the rules in a rule group.
PortSet.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
portSets(Map<String, PortSet>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleVariables.Builder
A list of port ranges.
portSets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
A list of port ranges.
priority(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRule.Builder
A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group.
priority() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group.
priority(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference.Builder
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.
priority() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.
protocol(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The protocol to inspect for.
protocol(StatefulRuleProtocol) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The protocol to inspect for.
protocol() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The protocol to inspect for.
protocolAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The protocol to inspect for.
protocols(Collection<Integer>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
protocols(Integer...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
protocols() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
publishMetricAction(PublishMetricAction) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ActionDefinition.Builder
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.
publishMetricAction(Consumer<PublishMetricAction.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ActionDefinition.Builder
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.
publishMetricAction() - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.
PublishMetricAction - Class in software.amazon.awssdk.services.networkfirewall.model
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.
PublishMetricAction.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
putResourcePolicy(PutResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates or updates an AWS Identity and Access Management policy for your rule group or firewall policy.
putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Creates or updates an AWS Identity and Access Management policy for your rule group or firewall policy.
putResourcePolicy(PutResourcePolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates or updates an AWS Identity and Access Management policy for your rule group or firewall policy.
putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Creates or updates an AWS Identity and Access Management policy for your rule group or firewall policy.
PutResourcePolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
PutResourcePolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
PutResourcePolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
PutResourcePolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.PutResourcePolicyRequestMarshaller
 
PutResourcePolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
PutResourcePolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 

R

requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LimitExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ThrottlingException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException.Builder
 
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest.Builder
The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to delete.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to delete.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest.Builder
The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest.Builder
The Amazon Resource Name (ARN) of the resource.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the resource.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest.Builder
The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference.Builder
The Amazon Resource Name (ARN) of the stateful rule group.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
The Amazon Resource Name (ARN) of the stateful rule group.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference.Builder
The Amazon Resource Name (ARN) of the stateless rule group.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
The Amazon Resource Name (ARN) of the stateless rule group.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder
The Amazon Resource Name (ARN) of the resource.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource.
resourceArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest.Builder
The Amazon Resource Name (ARN) of the resource.
resourceArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource.
ResourceNotFoundException - Exception in software.amazon.awssdk.services.networkfirewall.model
Unable to locate a resource using the parameters that you provided.
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ResourceOwnerCheckException - Exception in software.amazon.awssdk.services.networkfirewall.model

ResourceOwnerCheckException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ResourceStatus - Enum in software.amazon.awssdk.services.networkfirewall.model
 
responseMetadata() - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse
 
RuleDefinition - Class in software.amazon.awssdk.services.networkfirewall.model
The inspection criteria and action for a single stateless rule.
ruleDefinition(RuleDefinition) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRule.Builder
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.
ruleDefinition(Consumer<RuleDefinition.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRule.Builder
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.
ruleDefinition() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.
RuleDefinition.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ruleGroup(RuleGroup) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
An object that defines the rule group rules.
ruleGroup(Consumer<RuleGroup.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
An object that defines the rule group rules.
ruleGroup() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
An object that defines the rule group rules.
ruleGroup(RuleGroup) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse.Builder
The object that defines the rules in a rule group.
ruleGroup(Consumer<RuleGroup.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse.Builder
The object that defines the rules in a rule group.
ruleGroup() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
The object that defines the rules in a rule group.
RuleGroup - Class in software.amazon.awssdk.services.networkfirewall.model
The object that defines the rules in a rule group.
ruleGroup(RuleGroup) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
An object that defines the rule group rules.
ruleGroup(Consumer<RuleGroup.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
An object that defines the rule group rules.
ruleGroup() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
An object that defines the rule group rules.
RuleGroup.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ruleGroupArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
The Amazon Resource Name (ARN) of the rule group.
ruleGroupArn() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
The Amazon Resource Name (ARN) of the rule group.
ruleGroupId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The unique identifier for the rule group.
ruleGroupId() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
The unique identifier for the rule group.
RuleGroupMetadata - Class in software.amazon.awssdk.services.networkfirewall.model
High-level information about a rule group, returned by ListRuleGroups.
RuleGroupMetadata.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ruleGroupName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
The descriptive name of the rule group.
ruleGroupName() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
The descriptive name of the rule group.
ruleGroupName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
The descriptive name of the rule group.
ruleGroupName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
The descriptive name of the rule group.
ruleGroupName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
The descriptive name of the rule group.
ruleGroupName() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
The descriptive name of the rule group.
ruleGroupName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The descriptive name of the rule group.
ruleGroupName() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
The descriptive name of the rule group.
ruleGroupName(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
The descriptive name of the rule group.
ruleGroupName() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
The descriptive name of the rule group.
ruleGroupResponse(RuleGroupResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse(Consumer<RuleGroupResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
The high-level properties of a rule group.
ruleGroupResponse(RuleGroupResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse(Consumer<RuleGroupResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
The high-level properties of a rule group.
ruleGroupResponse(RuleGroupResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse(Consumer<RuleGroupResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
The high-level properties of a rule group.
RuleGroupResponse - Class in software.amazon.awssdk.services.networkfirewall.model
The high-level properties of a rule group.
ruleGroupResponse(RuleGroupResponse) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse(Consumer<RuleGroupResponse.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse.Builder
The high-level properties of a rule group.
ruleGroupResponse() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
The high-level properties of a rule group.
RuleGroupResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ruleGroups(Collection<RuleGroupMetadata>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse.Builder
The rule group metadata objects that you've defined.
ruleGroups(RuleGroupMetadata...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse.Builder
The rule group metadata objects that you've defined.
ruleGroups(Consumer<RuleGroupMetadata.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse.Builder
The rule group metadata objects that you've defined.
ruleGroups() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
The rule group metadata objects that you've defined.
ruleGroups() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsIterable
Returns an iterable to iterate through the paginated ListRuleGroupsResponse.ruleGroups() member.
ruleGroups() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsPublisher
Returns a publisher that can be used to get a stream of data.
ruleGroupStatus(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
Detailed information about the current status of a rule group.
ruleGroupStatus(ResourceStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
Detailed information about the current status of a rule group.
ruleGroupStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Detailed information about the current status of a rule group.
ruleGroupStatusAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Detailed information about the current status of a rule group.
RuleGroupType - Enum in software.amazon.awssdk.services.networkfirewall.model
 
RuleOption - Class in software.amazon.awssdk.services.networkfirewall.model
Additional settings for a stateful rule.
RuleOption.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
ruleOptions(Collection<RuleOption>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder

ruleOptions(RuleOption...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder

ruleOptions(Consumer<RuleOption.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatefulRule.Builder

This is a convenience that creates an instance of the List.Builder avoiding the need to create one manually via List#builder().

ruleOptions() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule

rules(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line.
rules() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line.
rules(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line.
rules() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line.
rulesSource(RulesSource) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroup.Builder
The stateful rules or stateless rules for the rule group.
rulesSource(Consumer<RulesSource.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroup.Builder
The stateful rules or stateless rules for the rule group.
rulesSource() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
The stateful rules or stateless rules for the rule group.
RulesSource - Class in software.amazon.awssdk.services.networkfirewall.model
The stateless or stateful rules definitions for use in a single rule group.
RulesSource.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
rulesSourceList(RulesSourceList) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
Stateful inspection criteria for a domain list rule group.
rulesSourceList(Consumer<RulesSourceList.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
Stateful inspection criteria for a domain list rule group.
rulesSourceList() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
Stateful inspection criteria for a domain list rule group.
RulesSourceList - Class in software.amazon.awssdk.services.networkfirewall.model
Stateful inspection criteria for a domain list rule group.
RulesSourceList.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
rulesString(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
rulesString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
ruleVariables(RuleVariables) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroup.Builder
Settings that are available for use in the rules in the rule group.
ruleVariables(Consumer<RuleVariables.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroup.Builder
Settings that are available for use in the rules in the rule group.
ruleVariables() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
Settings that are available for use in the rules in the rule group.
RuleVariables - Class in software.amazon.awssdk.services.networkfirewall.model
Settings that are available for use in the rules in the RuleGroup where this is defined.
RuleVariables.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 

S

sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.LimitExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ThrottlingException
 
sdkFields() - Method in exception software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.LimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.ThrottlingException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
 
settings(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleOption.Builder

settings(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleOption.Builder

settings() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption

software.amazon.awssdk.services.networkfirewall - package software.amazon.awssdk.services.networkfirewall
This is the API Reference for AWS Network Firewall.
software.amazon.awssdk.services.networkfirewall.model - package software.amazon.awssdk.services.networkfirewall.model
 
software.amazon.awssdk.services.networkfirewall.paginators - package software.amazon.awssdk.services.networkfirewall.paginators
 
software.amazon.awssdk.services.networkfirewall.transform - package software.amazon.awssdk.services.networkfirewall.transform
 
source(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The source IP address or address range to inspect for, in CIDR notation.
source() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The source IP address or address range to inspect for, in CIDR notation.
sourcePort(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Header.Builder
The source port to inspect for.
sourcePort() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
The source port to inspect for.
sourcePorts(Collection<PortRange>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source ports to inspect for.
sourcePorts(PortRange...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source ports to inspect for.
sourcePorts(Consumer<PortRange.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source ports to inspect for.
sourcePorts() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The source ports to inspect for.
sources(Collection<Address>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source IP addresses and address ranges to inspect for, in CIDR notation.
sources(Address...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source IP addresses and address ranges to inspect for, in CIDR notation.
sources(Consumer<Address.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The source IP addresses and address ranges to inspect for, in CIDR notation.
sources() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The source IP addresses and address ranges to inspect for, in CIDR notation.
StatefulAction - Enum in software.amazon.awssdk.services.networkfirewall.model
 
StatefulRule - Class in software.amazon.awssdk.services.networkfirewall.model
A single 5-tuple stateful rule, for use in a stateful rule group.
StatefulRule.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
StatefulRuleDirection - Enum in software.amazon.awssdk.services.networkfirewall.model
 
StatefulRuleGroupReference - Class in software.amazon.awssdk.services.networkfirewall.model
Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.
StatefulRuleGroupReference.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
statefulRuleGroupReferences(Collection<StatefulRuleGroupReference>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statefulRuleGroupReferences(StatefulRuleGroupReference...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statefulRuleGroupReferences(Consumer<StatefulRuleGroupReference.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statefulRuleGroupReferences() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
References to the stateless rule groups that are used in the policy.
StatefulRuleProtocol - Enum in software.amazon.awssdk.services.networkfirewall.model
 
statefulRules(Collection<StatefulRule>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
The 5-tuple stateful inspection criteria.
statefulRules(StatefulRule...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
The 5-tuple stateful inspection criteria.
statefulRules(Consumer<StatefulRule.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
The 5-tuple stateful inspection criteria.
statefulRules() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
The 5-tuple stateful inspection criteria.
statelessCustomActions(Collection<CustomAction>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting.
statelessCustomActions(CustomAction...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting.
statelessCustomActions(Consumer<CustomAction.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting.
statelessCustomActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting.
statelessDefaultActions(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The actions to take on a packet if it doesn't match any of the stateless rules in the policy.
statelessDefaultActions(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The actions to take on a packet if it doesn't match any of the stateless rules in the policy.
statelessDefaultActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
The actions to take on a packet if it doesn't match any of the stateless rules in the policy.
statelessFragmentDefaultActions(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.
statelessFragmentDefaultActions(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.
statelessFragmentDefaultActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.
StatelessRule - Class in software.amazon.awssdk.services.networkfirewall.model
A single stateless rule.
StatelessRule.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
StatelessRuleGroupReference - Class in software.amazon.awssdk.services.networkfirewall.model
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
StatelessRuleGroupReference.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
statelessRuleGroupReferences(Collection<StatelessRuleGroupReference>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statelessRuleGroupReferences(StatelessRuleGroupReference...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statelessRuleGroupReferences(Consumer<StatelessRuleGroupReference.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy.Builder
References to the stateless rule groups that are used in the policy.
statelessRuleGroupReferences() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
References to the stateless rule groups that are used in the policy.
statelessRules(Collection<StatelessRule>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines the set of stateless rules for use in a stateless rule group.
statelessRules(StatelessRule...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines the set of stateless rules for use in a stateless rule group.
statelessRules(Consumer<StatelessRule.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions.Builder
Defines the set of stateless rules for use in a stateless rule group.
statelessRules() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
Defines the set of stateless rules for use in a stateless rule group.
statelessRulesAndCustomActions(StatelessRulesAndCustomActions) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
Stateless inspection criteria to be used in a stateless rule group.
statelessRulesAndCustomActions(Consumer<StatelessRulesAndCustomActions.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSource.Builder
Stateless inspection criteria to be used in a stateless rule group.
statelessRulesAndCustomActions() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
Stateless inspection criteria to be used in a stateless rule group.
StatelessRulesAndCustomActions - Class in software.amazon.awssdk.services.networkfirewall.model
Stateless inspection criteria.
StatelessRulesAndCustomActions.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
status(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Attachment.Builder
The current status of the firewall endpoint in the subnet.
status(AttachmentStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Attachment.Builder
The current status of the firewall endpoint in the subnet.
status() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
The current status of the firewall endpoint in the subnet.
status(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallStatus.Builder
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it.
status(FirewallStatusValue) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallStatus.Builder
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it.
status() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it.
statusAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
The current status of the firewall endpoint in the subnet.
statusAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it.
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LimitExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ThrottlingException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException.Builder
 
subnetChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection(Boolean) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse.Builder
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetChangeProtection() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
A setting indicating whether the firewall is protected against changes to the subnet associations.
subnetId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Attachment.Builder
The unique identifier of the subnet that you've specified to be used for a firewall endpoint.
subnetId() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
The unique identifier of the subnet that you've specified to be used for a firewall endpoint.
subnetId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.SubnetMapping.Builder
The unique identifier for the subnet.
subnetId() - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
The unique identifier for the subnet.
subnetIds(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
The unique identifiers for the subnets that you want to disassociate.
subnetIds(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
The unique identifiers for the subnets that you want to disassociate.
subnetIds() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
The unique identifiers for the subnets that you want to disassociate.
SubnetMapping - Class in software.amazon.awssdk.services.networkfirewall.model
The ID for a subnet that you want to associate with the firewall.
SubnetMapping.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
subnetMappings(Collection<SubnetMapping>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
The IDs of the subnets that you want to associate with the firewall.
subnetMappings(SubnetMapping...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
The IDs of the subnets that you want to associate with the firewall.
subnetMappings(Consumer<SubnetMapping.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
The IDs of the subnets that you want to associate with the firewall.
subnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
The IDs of the subnets that you want to associate with the firewall.
subnetMappings(Collection<SubnetMapping>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings(SubnetMapping...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings(Consumer<SubnetMapping.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
The IDs of the subnets that are associated with the firewall.
subnetMappings(Collection<SubnetMapping>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The public subnets to use for your Network Firewall firewalls.
subnetMappings(SubnetMapping...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The public subnets to use for your Network Firewall firewalls.
subnetMappings(Consumer<SubnetMapping.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The public subnets to use for your Network Firewall firewalls.
subnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
The public subnets to use for your Network Firewall firewalls.
subnetMappings(Collection<SubnetMapping>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings(SubnetMapping...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings(Consumer<SubnetMapping.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
The IDs of the subnets that are associated with the firewall.
subnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
The IDs of the subnets that are associated with the firewall.
subnetMappings(Collection<SubnetMapping>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The public subnets that Network Firewall is using for the firewall.
subnetMappings(SubnetMapping...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The public subnets that Network Firewall is using for the firewall.
subnetMappings(Consumer<SubnetMapping.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The public subnets that Network Firewall is using for the firewall.
subnetMappings() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The public subnets that Network Firewall is using for the firewall.
subscribe(Subscriber<? super ListFirewallPoliciesResponse>) - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallPoliciesPublisher
 
subscribe(Subscriber<? super ListFirewallsResponse>) - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListFirewallsPublisher
 
subscribe(Subscriber<? super ListRuleGroupsResponse>) - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListRuleGroupsPublisher
 
subscribe(Subscriber<? super ListTagsForResourceResponse>) - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourcePublisher
 
SyncState - Class in software.amazon.awssdk.services.networkfirewall.model
The status of the firewall endpoint and firewall policy configuration for a single VPC subnet.
SyncState.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
syncStates(Map<String, SyncState>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallStatus.Builder
The subnets that you've configured for use by the Network Firewall firewall.
syncStates() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
The subnets that you've configured for use by the Network Firewall firewall.
syncStatus(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus.Builder
Indicates whether this object is in sync with the version indicated in the update token.
syncStatus(PerObjectSyncStatus) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus.Builder
Indicates whether this object is in sync with the version indicated in the update token.
syncStatus() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
Indicates whether this object is in sync with the version indicated in the update token.
syncStatusAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
Indicates whether this object is in sync with the version indicated in the update token.

T

Tag - Class in software.amazon.awssdk.services.networkfirewall.model
A key:value pair associated with an AWS resource.
Tag.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest.Builder

tagKeys(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest.Builder

tagKeys() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest

tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Adds the specified tags to the specified resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Adds the specified tags to the specified resource.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Adds the specified tags to the specified resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Adds the specified tags to the specified resource.
TagResourceRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.TagResourceRequestMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The key:value pairs to associate with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The key:value pairs to associate with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest.Builder
The key:value pairs to associate with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
The key:value pairs to associate with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The key:value pairs to associate with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The key:value pairs to associate with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The key:value pairs to associate with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
The key:value pairs to associate with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
The key:value pairs to associate with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
The key:value pairs to associate with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
The key:value pairs to associate with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
The key:value pairs to associate with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder

tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder

tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder

This is a convenience that creates an instance of the List.Builder avoiding the need to create one manually via List#builder().

tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall

tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The key:value pairs to associate with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The key:value pairs to associate with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse.Builder
The key:value pairs to associate with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
The key:value pairs to associate with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse.Builder
The tags that are associated with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse.Builder
The tags that are associated with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse.Builder
The tags that are associated with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
The tags that are associated with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The key:value pairs to associate with the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The key:value pairs to associate with the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
The key:value pairs to associate with the resource.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
The key:value pairs to associate with the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder

tags(Tag...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder

tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest.Builder

This is a convenience that creates an instance of the List.Builder avoiding the need to create one manually via List#builder().

tags() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest

tags() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourceIterable
Returns an iterable to iterate through the paginated ListTagsForResourceResponse.tags() member.
tags() - Method in class software.amazon.awssdk.services.networkfirewall.paginators.ListTagsForResourcePublisher
Returns a publisher that can be used to get a stream of data.
targets(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The domains that you want to inspect for in your traffic flows.
targets(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The domains that you want to inspect for in your traffic flows.
targets() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
The domains that you want to inspect for in your traffic flows.
TargetType - Enum in software.amazon.awssdk.services.networkfirewall.model
 
targetTypes(Collection<TargetType>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The protocols you want to inspect.
targetTypes(TargetType...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The protocols you want to inspect.
targetTypes() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
The protocols you want to inspect.
targetTypesAsStrings() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
The protocols you want to inspect.
targetTypesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The protocols you want to inspect.
targetTypesWithStrings(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RulesSourceList.Builder
The protocols you want to inspect.
TCPFlag - Enum in software.amazon.awssdk.services.networkfirewall.model
 
TCPFlagField - Class in software.amazon.awssdk.services.networkfirewall.model
TCP flags and masks to inspect packets for, used in stateless rules MatchAttributes settings.
TCPFlagField.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
tcpFlags(Collection<TCPFlagField>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The TCP flags and masks to inspect for.
tcpFlags(TCPFlagField...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The TCP flags and masks to inspect for.
tcpFlags(Consumer<TCPFlagField.Builder>...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.MatchAttributes.Builder
The TCP flags and masks to inspect for.
tcpFlags() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
The TCP flags and masks to inspect for.
ThrottlingException - Exception in software.amazon.awssdk.services.networkfirewall.model
Unable to process the request due to throttling limitations.
ThrottlingException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InsufficientCapacityException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InternalServerErrorException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidOperationException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidRequestException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidResourcePolicyException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.InvalidTokenException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.LimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.LogDestinationPermissionException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ResourceOwnerCheckException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.ThrottlingException
 
toBuilder() - Method in exception software.amazon.awssdk.services.networkfirewall.model.UnsupportedOperationException
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
 
toPort(Integer) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PortRange.Builder
The upper limit of the port range.
toPort() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
The upper limit of the port range.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ActionDefinition
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Address
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Attachment
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.AttachmentStatus
 
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.ConfigurationSyncState
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CustomAction
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteFirewallResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteResourcePolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeResourcePolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyMetadata
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.FirewallStatus
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.FirewallStatusValue
 
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.GeneratedRulesType
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Header
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.IPSet
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallPoliciesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.LogDestinationType
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.LogType
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.MatchAttributes
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortRange
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PortSet
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PublishMetricAction
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.PutResourcePolicyResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.ResourceStatus
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroup
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupMetadata
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleOption
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSource
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RulesSourceList
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleVariables
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulAction
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRule
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleDirection
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleProtocol
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRule
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.StatelessRulesAndCustomActions
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.SyncState
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.TagResourceResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.TargetType
 
toString() - Method in enum software.amazon.awssdk.services.networkfirewall.model.TCPFlag
 
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
Returns a string representation of this object.
type(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type(RuleGroupType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
type(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type(RuleGroupType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
type(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type(RuleGroupType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
type(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
Indicates whether the rule group is stateless or stateful.
type(RuleGroupType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse.Builder
Indicates whether the rule group is stateless or stateful.
type() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Indicates whether the rule group is stateless or stateful.
type(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type(RuleGroupType) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
Indicates whether the rule group is stateless or stateful.
type() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
typeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
typeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
typeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupRequest
Indicates whether the rule group is stateless or stateful.
typeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.RuleGroupResponse
Indicates whether the rule group is stateless or stateful.
typeAsString() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
Indicates whether the rule group is stateless or stateful.

U

UnsupportedOperationException - Exception in software.amazon.awssdk.services.networkfirewall.model
The operation you requested isn't supported by Network Firewall.
UnsupportedOperationException.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Removes the tags with the specified keys from the specified resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Removes the tags with the specified keys from the specified resource.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Removes the tags with the specified keys from the specified resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Removes the tags with the specified keys from the specified resource.
UntagResourceRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UntagResourceRequestMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Modifies the flag, DeleteProtection, which indicates whether it is possible to delete the firewall.
updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Modifies the flag, DeleteProtection, which indicates whether it is possible to delete the firewall.
updateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Modifies the flag, DeleteProtection, which indicates whether it is possible to delete the firewall.
updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Modifies the flag, DeleteProtection, which indicates whether it is possible to delete the firewall.
UpdateFirewallDeleteProtectionRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDeleteProtectionRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDeleteProtectionRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateFirewallDeleteProtectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallDeleteProtectionRequestMarshaller
 
UpdateFirewallDeleteProtectionResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDeleteProtectionResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateFirewallDescription(UpdateFirewallDescriptionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Modifies the description for the specified firewall.
updateFirewallDescription(Consumer<UpdateFirewallDescriptionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Modifies the description for the specified firewall.
updateFirewallDescription(UpdateFirewallDescriptionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Modifies the description for the specified firewall.
updateFirewallDescription(Consumer<UpdateFirewallDescriptionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Modifies the description for the specified firewall.
UpdateFirewallDescriptionRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDescriptionRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDescriptionRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateFirewallDescriptionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallDescriptionRequestMarshaller
 
UpdateFirewallDescriptionResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallDescriptionResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateFirewallPolicy(UpdateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Updates the properties of the specified firewall policy.
updateFirewallPolicy(Consumer<UpdateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Updates the properties of the specified firewall policy.
updateFirewallPolicy(UpdateFirewallPolicyRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Updates the properties of the specified firewall policy.
updateFirewallPolicy(Consumer<UpdateFirewallPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Updates the properties of the specified firewall policy.
updateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient

updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient


updateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient

updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient


UpdateFirewallPolicyChangeProtectionRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyChangeProtectionRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyChangeProtectionRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateFirewallPolicyChangeProtectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallPolicyChangeProtectionRequestMarshaller
 
UpdateFirewallPolicyChangeProtectionResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyChangeProtectionResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateFirewallPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateFirewallPolicyRequestMarshaller
 
UpdateFirewallPolicyResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateFirewallPolicyResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateLoggingConfiguration(UpdateLoggingConfigurationRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Sets the logging configuration for the specified firewall.
updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Sets the logging configuration for the specified firewall.
updateLoggingConfiguration(UpdateLoggingConfigurationRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Sets the logging configuration for the specified firewall.
updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Sets the logging configuration for the specified firewall.
UpdateLoggingConfigurationRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateLoggingConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateLoggingConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateLoggingConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateLoggingConfigurationRequestMarshaller
 
UpdateLoggingConfigurationResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateLoggingConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateRuleGroup(UpdateRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Updates the rule settings for the specified rule group.
updateRuleGroup(Consumer<UpdateRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient
Updates the rule settings for the specified rule group.
updateRuleGroup(UpdateRuleGroupRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Updates the rule settings for the specified rule group.
updateRuleGroup(Consumer<UpdateRuleGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient
Updates the rule settings for the specified rule group.
UpdateRuleGroupRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateRuleGroupRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateRuleGroupRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateRuleGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateRuleGroupRequestMarshaller
 
UpdateRuleGroupResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateRuleGroupResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateSubnetChangeProtection(UpdateSubnetChangeProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient

updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallAsyncClient


updateSubnetChangeProtection(UpdateSubnetChangeProtectionRequest) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient

updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.networkfirewall.NetworkFirewallClient


UpdateSubnetChangeProtectionRequest - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateSubnetChangeProtectionRequest.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
UpdateSubnetChangeProtectionRequestMarshaller - Class in software.amazon.awssdk.services.networkfirewall.transform
UpdateSubnetChangeProtectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.networkfirewall.transform.UpdateSubnetChangeProtectionRequestMarshaller
 
UpdateSubnetChangeProtectionResponse - Class in software.amazon.awssdk.services.networkfirewall.model
 
UpdateSubnetChangeProtectionResponse.Builder - Interface in software.amazon.awssdk.services.networkfirewall.model
 
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateFirewallPolicyResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallPolicyResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeFirewallResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.DescribeRuleGroupResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus.Builder
The current version of the object that is either in sync or pending synchronization.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus
The current version of the object that is either in sync or pending synchronization.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDescriptionResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyRequest
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse.Builder
A token used for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupResponse
A token used for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest
An optional token that you can use for optimistic locking.
updateToken(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse.Builder
An optional token that you can use for optimistic locking.
updateToken() - Method in class software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse
An optional token that you can use for optimistic locking.

V

value(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Dimension.Builder
The value to use in the custom metric dimension.
value() - Method in class software.amazon.awssdk.services.networkfirewall.model.Dimension
The value to use in the custom metric dimension.
value(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Tag.Builder
The part of the key:value pair that defines a tag.
value() - Method in class software.amazon.awssdk.services.networkfirewall.model.Tag
The part of the key:value pair that defines a tag.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.AttachmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ConfigurationSyncState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.FirewallStatusValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.GeneratedRulesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogDestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ResourceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TCPFlag
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.AttachmentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ConfigurationSyncState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.FirewallStatusValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.GeneratedRulesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogDestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.ResourceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.StatefulRuleProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.networkfirewall.model.TCPFlag
Returns an array containing the constants of this enum type, in the order they are declared.
vpcId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest.Builder
The unique identifier of the VPC where Network Firewall should create the firewall.
vpcId() - Method in class software.amazon.awssdk.services.networkfirewall.model.CreateFirewallRequest
The unique identifier of the VPC where Network Firewall should create the firewall.
vpcId(String) - Method in interface software.amazon.awssdk.services.networkfirewall.model.Firewall.Builder
The unique identifier of the VPC where the firewall is in use.
vpcId() - Method in class software.amazon.awssdk.services.networkfirewall.model.Firewall
The unique identifier of the VPC where the firewall is in use.
vpcIds(Collection<String>) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for.
vpcIds(String...) - Method in interface software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest.Builder
The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for.
vpcIds() - Method in class software.amazon.awssdk.services.networkfirewall.model.ListFirewallsRequest
The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.