Uses of Class
software.amazon.awssdk.services.ec2.model.Byoasn
-
Packages that use Byoasn Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Byoasn in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Byoasn Modifier and Type Method Description ByoasnDeprovisionIpamByoasnResponse. byoasn()An ASN and BYOIP CIDR association.ByoasnProvisionIpamByoasnResponse. byoasn()An ASN and BYOIP CIDR association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Byoasn Modifier and Type Method Description List<Byoasn>DescribeIpamByoasnResponse. byoasns()ASN and BYOIP CIDR associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Byoasn Modifier and Type Method Description DeprovisionIpamByoasnResponse.BuilderDeprovisionIpamByoasnResponse.Builder. byoasn(Byoasn byoasn)An ASN and BYOIP CIDR association.ProvisionIpamByoasnResponse.BuilderProvisionIpamByoasnResponse.Builder. byoasn(Byoasn byoasn)An ASN and BYOIP CIDR association.DescribeIpamByoasnResponse.BuilderDescribeIpamByoasnResponse.Builder. byoasns(Byoasn... byoasns)ASN and BYOIP CIDR associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Byoasn Modifier and Type Method Description DescribeIpamByoasnResponse.BuilderDescribeIpamByoasnResponse.Builder. byoasns(Collection<Byoasn> byoasns)ASN and BYOIP CIDR associations.
-