Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default DeleteIpamScopeResponse |
Ec2Client.deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
default DeleteIpamScopeResponse |
Ec2Client.deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DeleteIpamScopeResponse> |
Ec2AsyncClient.deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
default CompletableFuture<DeleteIpamScopeResponse> |
Ec2AsyncClient.deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
Copyright © 2023. All rights reserved.