Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.clone() |
TransitGatewayMulticastDomainAssociations |
AssociateTransitGatewayMulticastDomainResult.getAssociations()
Information about the transit gateway multicast domain associations.
|
TransitGatewayMulticastDomainAssociations |
DisassociateTransitGatewayMulticastDomainResult.getAssociations()
Information about the association.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withResourceType(String resourceType)
The type of resource, for example a VPC attachment.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The type of resource, for example a VPC attachment.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withSubnets(Collection<SubnetAssociation> subnets)
The subnets associated with the multicast domain.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withSubnets(SubnetAssociation... subnets)
The subnets associated with the multicast domain.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateTransitGatewayMulticastDomainResult.setAssociations(TransitGatewayMulticastDomainAssociations associations)
Information about the transit gateway multicast domain associations.
|
void |
DisassociateTransitGatewayMulticastDomainResult.setAssociations(TransitGatewayMulticastDomainAssociations associations)
Information about the association.
|
AssociateTransitGatewayMulticastDomainResult |
AssociateTransitGatewayMulticastDomainResult.withAssociations(TransitGatewayMulticastDomainAssociations associations)
Information about the transit gateway multicast domain associations.
|
DisassociateTransitGatewayMulticastDomainResult |
DisassociateTransitGatewayMulticastDomainResult.withAssociations(TransitGatewayMulticastDomainAssociations associations)
Information about the association.
|
Copyright © 2020. All rights reserved.