Uses of Enum
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentResourceType
Packages that use TransitGatewayAttachmentResourceType
-
Uses of TransitGatewayAttachmentResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentResourceTypeModifier and TypeMethodDescriptionCreateTransitGatewayMeteringPolicyEntryRequest.destinationTransitGatewayAttachmentType()The type of the destination transit gateway attachment for traffic matching.TransitGatewayMeteringPolicyRule.destinationTransitGatewayAttachmentType()The type of the destination transit gateway attachment.Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransitGatewayAssociation.resourceType()The resource type.TransitGatewayAttachment.resourceType()The resource type.TransitGatewayMulticastDomainAssociation.resourceType()The type of resource, for example a VPC attachment.TransitGatewayMulticastDomainAssociations.resourceType()The type of resource, for example a VPC attachment.TransitGatewayMulticastGroup.resourceType()The type of resource, for example a VPC attachment.TransitGatewayPolicyTableAssociation.resourceType()The resource type for the transit gateway policy table association.TransitGatewayPrefixListAttachment.resourceType()The resource type.TransitGatewayPropagation.resourceType()The resource type.TransitGatewayRouteAttachment.resourceType()The resource type.TransitGatewayRouteTableAssociation.resourceType()The resource type.TransitGatewayRouteTablePropagation.resourceType()The type of resource.CreateTransitGatewayMeteringPolicyEntryRequest.sourceTransitGatewayAttachmentType()The type of the source transit gateway attachment for traffic matching.TransitGatewayMeteringPolicyRule.sourceTransitGatewayAttachmentType()The type of the source transit gateway attachment.Returns the enum constant of this type with the specified name.static TransitGatewayAttachmentResourceType[]TransitGatewayAttachmentResourceType.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 TransitGatewayAttachmentResourceTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAttachmentResourceTypeModifier and TypeMethodDescriptionCreateTransitGatewayMeteringPolicyEntryRequest.Builder.destinationTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType destinationTransitGatewayAttachmentType) The type of the destination transit gateway attachment for traffic matching.TransitGatewayMeteringPolicyRule.Builder.destinationTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType destinationTransitGatewayAttachmentType) The type of the destination transit gateway attachment.TransitGatewayAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayMulticastDomainAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastDomainAssociations.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastGroup.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.TransitGatewayPolicyTableAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type for the transit gateway policy table association.TransitGatewayPrefixListAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayPropagation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayRouteAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayRouteTableAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayRouteTablePropagation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource.CreateTransitGatewayMeteringPolicyEntryRequest.Builder.sourceTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType sourceTransitGatewayAttachmentType) The type of the source transit gateway attachment for traffic matching.TransitGatewayMeteringPolicyRule.Builder.sourceTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType sourceTransitGatewayAttachmentType) The type of the source transit gateway attachment.