Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.clone() |
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withResourceOwnerId(String resourceOwnerId)
The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withResourceType(String resourceType)
The type of resource, for example a VPC attachment.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The type of resource, for example a VPC attachment.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withSubnet(SubnetAssociation subnet)
The subnet associated with the transit gateway multicast domain.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayMulticastDomainAssociation> |
GetTransitGatewayMulticastDomainAssociationsResult.getMulticastDomainAssociations()
Information about the multicast domain associations.
|
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayMulticastDomainAssociationsResult |
GetTransitGatewayMulticastDomainAssociationsResult.withMulticastDomainAssociations(TransitGatewayMulticastDomainAssociation... multicastDomainAssociations)
Information about the multicast domain associations.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTransitGatewayMulticastDomainAssociationsResult.setMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResult |
GetTransitGatewayMulticastDomainAssociationsResult.withMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
|
Copyright © 2021. All rights reserved.