| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
IpamScope |
CreateIpamScopeResponse.ipamScope()
Information about the created scope.
|
IpamScope |
DeleteIpamScopeResponse.ipamScope()
Information about the results of the deletion.
|
IpamScope |
ModifyIpamScopeResponse.ipamScope()
The results of the modification.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpamScope> |
DescribeIpamScopesResponse.ipamScopes()
The scopes you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpamScopeResponse.Builder |
CreateIpamScopeResponse.Builder.ipamScope(IpamScope ipamScope)
Information about the created scope.
|
DeleteIpamScopeResponse.Builder |
DeleteIpamScopeResponse.Builder.ipamScope(IpamScope ipamScope)
Information about the results of the deletion.
|
ModifyIpamScopeResponse.Builder |
ModifyIpamScopeResponse.Builder.ipamScope(IpamScope ipamScope)
The results of the modification.
|
DescribeIpamScopesResponse.Builder |
DescribeIpamScopesResponse.Builder.ipamScopes(IpamScope... ipamScopes)
The scopes you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamScopesResponse.Builder |
DescribeIpamScopesResponse.Builder.ipamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<IpamScope> |
DescribeIpamScopesIterable.ipamScopes()
Returns an iterable to iterate through the paginated
DescribeIpamScopesResponse.ipamScopes() member. |
SdkPublisher<IpamScope> |
DescribeIpamScopesPublisher.ipamScopes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.