Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamResourceCidr |
IpamResourceCidr.clone() |
IpamResourceCidr |
ModifyIpamResourceCidrResult.getIpamResourceCidr() |
IpamResourceCidr |
IpamResourceCidr.withComplianceStatus(IpamComplianceStatus complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withComplianceStatus(String complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withIpamId(String ipamId)
The IPAM ID for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withIpamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withIpamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withIpUsage(Double ipUsage)
The IP address space in the IPAM pool that is allocated to this resource.
|
IpamResourceCidr |
IpamResourceCidr.withManagementState(IpamManagementState managementState)
The management state of the resource.
|
IpamResourceCidr |
IpamResourceCidr.withManagementState(String managementState)
The management state of the resource.
|
IpamResourceCidr |
IpamResourceCidr.withOverlapStatus(IpamOverlapStatus overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withOverlapStatus(String overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceId(String resourceId)
The ID of an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceName(String resourceName)
The name of an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceType(IpamResourceType resourceType)
The type of IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withResourceType(String resourceType)
The type of IPAM resource.
|
IpamResourceCidr |
IpamResourceCidr.withVpcId(String vpcId)
The ID of a VPC.
|
Modifier and Type | Method and Description |
---|---|
List<IpamResourceCidr> |
GetIpamResourceCidrsResult.getIpamResourceCidrs()
The resource CIDRs.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyIpamResourceCidrResult.setIpamResourceCidr(IpamResourceCidr ipamResourceCidr) |
ModifyIpamResourceCidrResult |
ModifyIpamResourceCidrResult.withIpamResourceCidr(IpamResourceCidr ipamResourceCidr) |
GetIpamResourceCidrsResult |
GetIpamResourceCidrsResult.withIpamResourceCidrs(IpamResourceCidr... ipamResourceCidrs)
The resource CIDRs.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIpamResourceCidrsResult.setIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
|
GetIpamResourceCidrsResult |
GetIpamResourceCidrsResult.withIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
|
Copyright © 2022. All rights reserved.