Uses of Enum
software.amazon.awssdk.services.ec2.model.TrafficMirrorSessionField
Packages that use TrafficMirrorSessionField
-
Uses of TrafficMirrorSessionField in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorSessionFieldModifier and TypeMethodDescriptionstatic TrafficMirrorSessionFieldUse this in place of valueOf to convert the raw string returned by the service into the enum value.static TrafficMirrorSessionFieldReturns the enum constant of this type with the specified name.static TrafficMirrorSessionField[]TrafficMirrorSessionField.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorSessionFieldModifier and TypeMethodDescriptionstatic Set<TrafficMirrorSessionField>TrafficMirrorSessionField.knownValues()final List<TrafficMirrorSessionField>ModifyTrafficMirrorSessionRequest.removeFields()The properties that you want to remove from the Traffic Mirror session.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrafficMirrorSessionFieldModifier and TypeMethodDescriptionModifyTrafficMirrorSessionRequest.Builder.removeFields(TrafficMirrorSessionField... removeFields) The properties that you want to remove from the Traffic Mirror session.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorSessionFieldModifier and TypeMethodDescriptionModifyTrafficMirrorSessionRequest.Builder.removeFields(Collection<TrafficMirrorSessionField> removeFields) The properties that you want to remove from the Traffic Mirror session.