| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetVpnConnectionDeviceTypesResponse |
Ec2Client.getVpnConnectionDeviceTypes(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default GetVpnConnectionDeviceTypesResponse |
Ec2Client.getVpnConnectionDeviceTypes(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetVpnConnectionDeviceTypesResponse> |
Ec2AsyncClient.getVpnConnectionDeviceTypes(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default CompletableFuture<GetVpnConnectionDeviceTypesResponse> |
Ec2AsyncClient.getVpnConnectionDeviceTypes(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetVpnConnectionDeviceTypesResponse> |
GetVpnConnectionDeviceTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpnConnectionDeviceTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetVpnConnectionDeviceTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.