| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.clone() |
AwsEc2SubnetDetails |
ResourceDetails.getAwsEc2Subnet()
Details about a subnet in Amazon EC2.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Whether to assign an IPV6 address to a network interface that is created in this subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withAvailabilityZone(String availabilityZone)
The Availability Zone for the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withAvailabilityZoneId(String availabilityZoneId)
The identifier of the Availability Zone for the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withAvailableIpAddressCount(Integer availableIpAddressCount)
The number of available IPV4 addresses in the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withCidrBlock(String cidrBlock)
The IPV4 CIDR block that is assigned to the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withDefaultForAz(Boolean defaultForAz)
Whether this subnet is the default subnet for the Availability Zone.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withIpv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withIpv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Whether instances in this subnet receive a public IP address.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withOwnerId(String ownerId)
The identifier of the Amazon Web Services account that owns the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withState(String state)
The current state of the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withSubnetArn(String subnetArn)
The ARN of the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withSubnetId(String subnetId)
The identifier of the subnet.
|
AwsEc2SubnetDetails |
AwsEc2SubnetDetails.withVpcId(String vpcId)
The identifier of the VPC that contains the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2Subnet(AwsEc2SubnetDetails awsEc2Subnet)
Details about a subnet in Amazon EC2.
|
ResourceDetails |
ResourceDetails.withAwsEc2Subnet(AwsEc2SubnetDetails awsEc2Subnet)
Details about a subnet in Amazon EC2.
|
Copyright © 2022. All rights reserved.