Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.clone() |
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddress(String address)
The IP address.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddressAllocationId(String addressAllocationId)
The allocation ID of the resource the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddressOwnerId(String addressOwnerId)
The ID of the owner of the resource the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddressRegion(String addressRegion)
The Region of the resource the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddressType(IpamPublicAddressType addressType)
The IP address type.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAddressType(String addressType)
The IP address type.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAssociationStatus(IpamPublicAddressAssociationStatus associationStatus)
The association status.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withAssociationStatus(String associationStatus)
The association status.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withInstanceId(String instanceId)
The instance ID of the instance the assigned IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withIpamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withNetworkBorderGroup(String networkBorderGroup)
The network border group that the resource that the IP address is assigned to is in.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withNetworkInterfaceDescription(String networkInterfaceDescription)
The description of the network interface that IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withNetworkInterfaceId(String networkInterfaceId)
The network interface ID of the resource with the assigned IP address.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withPublicIpv4PoolId(String publicIpv4PoolId)
The ID of the public IPv4 pool that the resource with the assigned IP address is from.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSampleTime(Date sampleTime)
The last successful resource discovery time.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSecurityGroups(Collection<IpamPublicAddressSecurityGroup> securityGroups)
Security groups associated with the resource that the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSecurityGroups(IpamPublicAddressSecurityGroup... securityGroups)
Security groups associated with the resource that the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withService(IpamPublicAddressAwsService service)
The Amazon Web Services service associated with the IP address.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withService(String service)
The Amazon Web Services service associated with the IP address.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withServiceResource(String serviceResource)
The resource ARN or ID.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSubnetId(String subnetId)
The ID of the subnet that the resource with the assigned IP address is in.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withTags(IpamPublicAddressTags tags)
Tags associated with the IP address.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withVpcId(String vpcId)
The ID of the VPC that the resource with the assigned IP address is in.
|
Modifier and Type | Method and Description |
---|---|
List<IpamDiscoveredPublicAddress> |
GetIpamDiscoveredPublicAddressesResult.getIpamDiscoveredPublicAddresses()
IPAM discovered public addresses.
|
Modifier and Type | Method and Description |
---|---|
GetIpamDiscoveredPublicAddressesResult |
GetIpamDiscoveredPublicAddressesResult.withIpamDiscoveredPublicAddresses(IpamDiscoveredPublicAddress... ipamDiscoveredPublicAddresses)
IPAM discovered public addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIpamDiscoveredPublicAddressesResult.setIpamDiscoveredPublicAddresses(Collection<IpamDiscoveredPublicAddress> ipamDiscoveredPublicAddresses)
IPAM discovered public addresses.
|
GetIpamDiscoveredPublicAddressesResult |
GetIpamDiscoveredPublicAddressesResult.withIpamDiscoveredPublicAddresses(Collection<IpamDiscoveredPublicAddress> ipamDiscoveredPublicAddresses)
IPAM discovered public addresses.
|
Copyright © 2023. All rights reserved.