Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamScope |
IpamScope.clone() |
IpamScope |
ModifyIpamScopeResult.getIpamScope()
The results of the modification.
|
IpamScope |
CreateIpamScopeResult.getIpamScope()
Information about the created scope.
|
IpamScope |
DeleteIpamScopeResult.getIpamScope()
Information about the results of the deletion.
|
IpamScope |
IpamScope.withDescription(String description)
The description of the scope.
|
IpamScope |
IpamScope.withIpamArn(String ipamArn)
The ARN of the IPAM.
|
IpamScope |
IpamScope.withIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM scope.
|
IpamScope |
IpamScope.withIpamScopeArn(String ipamScopeArn)
The ARN of the scope.
|
IpamScope |
IpamScope.withIpamScopeId(String ipamScopeId)
The ID of the scope.
|
IpamScope |
IpamScope.withIpamScopeType(IpamScopeType ipamScopeType)
The type of the scope.
|
IpamScope |
IpamScope.withIpamScopeType(String ipamScopeType)
The type of the scope.
|
IpamScope |
IpamScope.withIsDefault(Boolean isDefault)
Defines if the scope is the default scope or not.
|
IpamScope |
IpamScope.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the scope.
|
IpamScope |
IpamScope.withPoolCount(Integer poolCount)
The number of pools in the scope.
|
IpamScope |
IpamScope.withState(IpamScopeState state)
The state of the IPAM scope.
|
IpamScope |
IpamScope.withState(String state)
The state of the IPAM scope.
|
IpamScope |
IpamScope.withTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope |
IpamScope.withTags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
List<IpamScope> |
DescribeIpamScopesResult.getIpamScopes()
The scopes you want information on.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyIpamScopeResult.setIpamScope(IpamScope ipamScope)
The results of the modification.
|
void |
CreateIpamScopeResult.setIpamScope(IpamScope ipamScope)
Information about the created scope.
|
void |
DeleteIpamScopeResult.setIpamScope(IpamScope ipamScope)
Information about the results of the deletion.
|
ModifyIpamScopeResult |
ModifyIpamScopeResult.withIpamScope(IpamScope ipamScope)
The results of the modification.
|
CreateIpamScopeResult |
CreateIpamScopeResult.withIpamScope(IpamScope ipamScope)
Information about the created scope.
|
DeleteIpamScopeResult |
DeleteIpamScopeResult.withIpamScope(IpamScope ipamScope)
Information about the results of the deletion.
|
DescribeIpamScopesResult |
DescribeIpamScopesResult.withIpamScopes(IpamScope... ipamScopes)
The scopes you want information on.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIpamScopesResult.setIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResult |
DescribeIpamScopesResult.withIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
Copyright © 2022. All rights reserved.