| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2EipDetails |
AwsEc2EipDetails.clone() |
AwsEc2EipDetails |
ResourceDetails.getAwsEc2Eip()
Details about an Elastic IP address.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withAllocationId(String allocationId)
The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use
with Amazon VPC.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withAssociationId(String associationId)
The identifier that represents the association of the Elastic IP address with an EC2 instance.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withDomain(String domain)
The domain in which to allocate the address.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withInstanceId(String instanceId)
The identifier of the EC2 instance.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withNetworkBorderGroup(String networkBorderGroup)
The name of the location from which the Elastic IP address is advertised.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withNetworkInterfaceId(String networkInterfaceId)
The identifier of the network interface.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withNetworkInterfaceOwnerId(String networkInterfaceOwnerId)
The Amazon Web Services account ID of the owner of the network interface.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withPrivateIpAddress(String privateIpAddress)
The private IP address that is associated with the Elastic IP address.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withPublicIp(String publicIp)
A public IP address that is associated with the EC2 instance.
|
AwsEc2EipDetails |
AwsEc2EipDetails.withPublicIpv4Pool(String publicIpv4Pool)
The identifier of an IP address pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2Eip(AwsEc2EipDetails awsEc2Eip)
Details about an Elastic IP address.
|
ResourceDetails |
ResourceDetails.withAwsEc2Eip(AwsEc2EipDetails awsEc2Eip)
Details about an Elastic IP address.
|
Copyright © 2023. All rights reserved.