Uses of Class
software.amazon.awssdk.services.ec2.model.TagFieldSpecificationRequest
Packages that use TagFieldSpecificationRequest
-
Uses of TagFieldSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TagFieldSpecificationRequestModifier and TypeMethodDescriptionfinal List<TagFieldSpecificationRequest>CreateFlowLogsRequest.tagFieldSpecifications()The tag configuration associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TagFieldSpecificationRequestModifier and TypeMethodDescriptionCreateFlowLogsRequest.Builder.tagFieldSpecifications(TagFieldSpecificationRequest... tagFieldSpecifications) The tag configuration associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TagFieldSpecificationRequestModifier and TypeMethodDescriptionCreateFlowLogsRequest.Builder.tagFieldSpecifications(Collection<TagFieldSpecificationRequest> tagFieldSpecifications) The tag configuration associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.