Uses of Enum
software.amazon.awssdk.services.ec2.model.TransitGatewayMeteringPayerType
Packages that use TransitGatewayMeteringPayerType
-
Uses of TransitGatewayMeteringPayerType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayMeteringPayerTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateTransitGatewayMeteringPolicyEntryRequest.meteredAccount()The Amazon Web Services account ID to which the metered traffic should be attributed.TransitGatewayMeteringPolicyEntry.meteredAccount()The Amazon Web Services account ID to which the metered traffic is attributed.Returns the enum constant of this type with the specified name.static TransitGatewayMeteringPayerType[]TransitGatewayMeteringPayerType.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 TransitGatewayMeteringPayerTypeModifier and TypeMethodDescriptionstatic Set<TransitGatewayMeteringPayerType>TransitGatewayMeteringPayerType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayMeteringPayerTypeModifier and TypeMethodDescriptionCreateTransitGatewayMeteringPolicyEntryRequest.Builder.meteredAccount(TransitGatewayMeteringPayerType meteredAccount) The Amazon Web Services account ID to which the metered traffic should be attributed.TransitGatewayMeteringPolicyEntry.Builder.meteredAccount(TransitGatewayMeteringPayerType meteredAccount) The Amazon Web Services account ID to which the metered traffic is attributed.