Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamPoolAllocation |
IpamPoolAllocation.clone() |
IpamPoolAllocation |
AllocateIpamPoolCidrResult.getIpamPoolAllocation()
Information about the allocation created.
|
IpamPoolAllocation |
IpamPoolAllocation.withCidr(String cidr)
The CIDR for the allocation.
|
IpamPoolAllocation |
IpamPoolAllocation.withDescription(String description)
A description of the pool allocation.
|
IpamPoolAllocation |
IpamPoolAllocation.withIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of an allocation.
|
IpamPoolAllocation |
IpamPoolAllocation.withResourceId(String resourceId)
The ID of the resource.
|
IpamPoolAllocation |
IpamPoolAllocation.withResourceOwner(String resourceOwner)
The owner of the resource.
|
IpamPoolAllocation |
IpamPoolAllocation.withResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
|
IpamPoolAllocation |
IpamPoolAllocation.withResourceType(IpamPoolAllocationResourceType resourceType)
The type of the resource.
|
IpamPoolAllocation |
IpamPoolAllocation.withResourceType(String resourceType)
The type of the resource.
|
Modifier and Type | Method and Description |
---|---|
List<IpamPoolAllocation> |
GetIpamPoolAllocationsResult.getIpamPoolAllocations()
The IPAM pool allocations you want information on.
|
Modifier and Type | Method and Description |
---|---|
void |
AllocateIpamPoolCidrResult.setIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
AllocateIpamPoolCidrResult |
AllocateIpamPoolCidrResult.withIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.withIpamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIpamPoolAllocationsResult.setIpamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.withIpamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
Copyright © 2022. All rights reserved.