Uses of Class
software.amazon.awssdk.services.directconnect.model.RouteFilterPrefix
-
Packages that use RouteFilterPrefix Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of RouteFilterPrefix in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type RouteFilterPrefix Modifier and Type Method Description List<RouteFilterPrefix>CreateDirectConnectGatewayAssociationProposalRequest. addAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to advertise to the Direct Connect gateway.List<RouteFilterPrefix>CreateDirectConnectGatewayAssociationRequest. addAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to advertise to the Direct Connect gatewayList<RouteFilterPrefix>UpdateDirectConnectGatewayAssociationRequest. addAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to advertise to the Direct Connect gateway.List<RouteFilterPrefix>DirectConnectGatewayAssociation. allowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to advertise to the Direct Connect gateway.List<RouteFilterPrefix>DirectConnectGatewayAssociationProposal. existingAllowedPrefixesToDirectConnectGateway()The existing Amazon VPC prefixes advertised to the Direct Connect gateway.List<RouteFilterPrefix>AcceptDirectConnectGatewayAssociationProposalRequest. overrideAllowedPrefixesToDirectConnectGateway()Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.List<RouteFilterPrefix>CreateDirectConnectGatewayAssociationProposalRequest. removeAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.List<RouteFilterPrefix>UpdateDirectConnectGatewayAssociationRequest. removeAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.List<RouteFilterPrefix>DirectConnectGatewayAssociationProposal. requestedAllowedPrefixesToDirectConnectGateway()The Amazon VPC prefixes to advertise to the Direct Connect gateway.List<RouteFilterPrefix>AllocatePrivateVirtualInterfaceResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>AllocatePublicVirtualInterfaceResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>AssociateVirtualInterfaceResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>CreatePrivateVirtualInterfaceResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>CreatePublicVirtualInterfaceResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>NewPublicVirtualInterface. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>NewPublicVirtualInterfaceAllocation. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>UpdateVirtualInterfaceAttributesResponse. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.List<RouteFilterPrefix>VirtualInterface. routeFilterPrefixes()The routes to be advertised to the Amazon Web Services network in this Region.Methods in software.amazon.awssdk.services.directconnect.model with parameters of type RouteFilterPrefix Modifier and Type Method Description CreateDirectConnectGatewayAssociationProposalRequest.BuilderCreateDirectConnectGatewayAssociationProposalRequest.Builder. addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationRequest.BuilderCreateDirectConnectGatewayAssociationRequest.Builder. addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gatewayUpdateDirectConnectGatewayAssociationRequest.BuilderUpdateDirectConnectGatewayAssociationRequest.Builder. addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.DirectConnectGatewayAssociation.BuilderDirectConnectGatewayAssociation.Builder. allowedPrefixesToDirectConnectGateway(RouteFilterPrefix... allowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.DirectConnectGatewayAssociationProposal.BuilderDirectConnectGatewayAssociationProposal.Builder. existingAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... existingAllowedPrefixesToDirectConnectGateway)The existing Amazon VPC prefixes advertised to the Direct Connect gateway.AcceptDirectConnectGatewayAssociationProposalRequest.BuilderAcceptDirectConnectGatewayAssociationProposalRequest.Builder. overrideAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... overrideAllowedPrefixesToDirectConnectGateway)Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.BuilderCreateDirectConnectGatewayAssociationProposalRequest.Builder. removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.UpdateDirectConnectGatewayAssociationRequest.BuilderUpdateDirectConnectGatewayAssociationRequest.Builder. removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.DirectConnectGatewayAssociationProposal.BuilderDirectConnectGatewayAssociationProposal.Builder. requestedAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... requestedAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.AllocatePrivateVirtualInterfaceResponse.BuilderAllocatePrivateVirtualInterfaceResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.AllocatePublicVirtualInterfaceResponse.BuilderAllocatePublicVirtualInterfaceResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.AssociateVirtualInterfaceResponse.BuilderAssociateVirtualInterfaceResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.CreatePrivateVirtualInterfaceResponse.BuilderCreatePrivateVirtualInterfaceResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.CreatePublicVirtualInterfaceResponse.BuilderCreatePublicVirtualInterfaceResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.NewPublicVirtualInterface.BuilderNewPublicVirtualInterface.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.NewPublicVirtualInterfaceAllocation.BuilderNewPublicVirtualInterfaceAllocation.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.UpdateVirtualInterfaceAttributesResponse.BuilderUpdateVirtualInterfaceAttributesResponse.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.VirtualInterface.BuilderVirtualInterface.Builder. routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type RouteFilterPrefix Modifier and Type Method Description CreateDirectConnectGatewayAssociationProposalRequest.BuilderCreateDirectConnectGatewayAssociationProposalRequest.Builder. addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.CreateDirectConnectGatewayAssociationRequest.BuilderCreateDirectConnectGatewayAssociationRequest.Builder. addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gatewayUpdateDirectConnectGatewayAssociationRequest.BuilderUpdateDirectConnectGatewayAssociationRequest.Builder. addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.DirectConnectGatewayAssociation.BuilderDirectConnectGatewayAssociation.Builder. allowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> allowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.DirectConnectGatewayAssociationProposal.BuilderDirectConnectGatewayAssociationProposal.Builder. existingAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> existingAllowedPrefixesToDirectConnectGateway)The existing Amazon VPC prefixes advertised to the Direct Connect gateway.AcceptDirectConnectGatewayAssociationProposalRequest.BuilderAcceptDirectConnectGatewayAssociationProposalRequest.Builder. overrideAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> overrideAllowedPrefixesToDirectConnectGateway)Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.CreateDirectConnectGatewayAssociationProposalRequest.BuilderCreateDirectConnectGatewayAssociationProposalRequest.Builder. removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.UpdateDirectConnectGatewayAssociationRequest.BuilderUpdateDirectConnectGatewayAssociationRequest.Builder. removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.DirectConnectGatewayAssociationProposal.BuilderDirectConnectGatewayAssociationProposal.Builder. requestedAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> requestedAllowedPrefixesToDirectConnectGateway)The Amazon VPC prefixes to advertise to the Direct Connect gateway.AllocatePrivateVirtualInterfaceResponse.BuilderAllocatePrivateVirtualInterfaceResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.AllocatePublicVirtualInterfaceResponse.BuilderAllocatePublicVirtualInterfaceResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.AssociateVirtualInterfaceResponse.BuilderAssociateVirtualInterfaceResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.CreatePrivateVirtualInterfaceResponse.BuilderCreatePrivateVirtualInterfaceResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.CreatePublicVirtualInterfaceResponse.BuilderCreatePublicVirtualInterfaceResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.NewPublicVirtualInterface.BuilderNewPublicVirtualInterface.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.NewPublicVirtualInterfaceAllocation.BuilderNewPublicVirtualInterfaceAllocation.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.UpdateVirtualInterfaceAttributesResponse.BuilderUpdateVirtualInterfaceAttributesResponse.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.VirtualInterface.BuilderVirtualInterface.Builder. routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)The routes to be advertised to the Amazon Web Services network in this Region.
-