| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ResetAddressAttributeResponse |
Ec2Client.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
default ResetAddressAttributeResponse |
Ec2Client.resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResetAddressAttributeResponse> |
Ec2AsyncClient.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
default CompletableFuture<ResetAddressAttributeResponse> |
Ec2AsyncClient.resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
Copyright © 2022. All rights reserved.