Uses of Class
software.amazon.awssdk.services.networkfirewall.model.SourceMetadata
-
Packages that use SourceMetadata Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of SourceMetadata in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return SourceMetadata Modifier and Type Method Description SourceMetadataCreateRuleGroupRequest. sourceMetadata()A complex type that contains metadata about the rule group that your own rule group is copied from.SourceMetadataRuleGroupResponse. sourceMetadata()A complex type that contains metadata about the rule group that your own rule group is copied from.SourceMetadataUpdateRuleGroupRequest. sourceMetadata()A complex type that contains metadata about the rule group that your own rule group is copied from.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type SourceMetadata Modifier and Type Method Description CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. sourceMetadata(SourceMetadata sourceMetadata)A complex type that contains metadata about the rule group that your own rule group is copied from.RuleGroupResponse.BuilderRuleGroupResponse.Builder. sourceMetadata(SourceMetadata sourceMetadata)A complex type that contains metadata about the rule group that your own rule group is copied from.UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. sourceMetadata(SourceMetadata sourceMetadata)A complex type that contains metadata about the rule group that your own rule group is copied from.
-