Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Ipam |
Ipam.clone() |
Ipam |
ModifyIpamResult.getIpam()
The results of the modification.
|
Ipam |
DeleteIpamResult.getIpam()
Information about the results of the deletion.
|
Ipam |
CreateIpamResult.getIpam()
Information about the IPAM created.
|
Ipam |
Ipam.withDescription(String description)
The description for the IPAM.
|
Ipam |
Ipam.withIpamArn(String ipamArn)
The ARN of the IPAM.
|
Ipam |
Ipam.withIpamId(String ipamId)
The ID of the IPAM.
|
Ipam |
Ipam.withIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM.
|
Ipam |
Ipam.withOperatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for an IPAM.
|
Ipam |
Ipam.withOperatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for an IPAM.
|
Ipam |
Ipam.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM.
|
Ipam |
Ipam.withPrivateDefaultScopeId(String privateDefaultScopeId)
The ID of the IPAM's default private scope.
|
Ipam |
Ipam.withPublicDefaultScopeId(String publicDefaultScopeId)
The ID of the IPAM's default public scope.
|
Ipam |
Ipam.withScopeCount(Integer scopeCount)
The number of scopes in the IPAM.
|
Ipam |
Ipam.withState(IpamState state)
The state of the IPAM.
|
Ipam |
Ipam.withState(String state)
The state of the IPAM.
|
Ipam |
Ipam.withTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
Ipam |
Ipam.withTags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
List<Ipam> |
DescribeIpamsResult.getIpams()
Information about the IPAMs.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyIpamResult.setIpam(Ipam ipam)
The results of the modification.
|
void |
DeleteIpamResult.setIpam(Ipam ipam)
Information about the results of the deletion.
|
void |
CreateIpamResult.setIpam(Ipam ipam)
Information about the IPAM created.
|
ModifyIpamResult |
ModifyIpamResult.withIpam(Ipam ipam)
The results of the modification.
|
DeleteIpamResult |
DeleteIpamResult.withIpam(Ipam ipam)
Information about the results of the deletion.
|
CreateIpamResult |
CreateIpamResult.withIpam(Ipam ipam)
Information about the IPAM created.
|
DescribeIpamsResult |
DescribeIpamsResult.withIpams(Ipam... ipams)
Information about the IPAMs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIpamsResult.setIpams(Collection<Ipam> ipams)
Information about the IPAMs.
|
DescribeIpamsResult |
DescribeIpamsResult.withIpams(Collection<Ipam> ipams)
Information about the IPAMs.
|
Copyright © 2022. All rights reserved.