| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetVpcLinksResponse |
ApiGatewayClient.getVpcLinks()
Gets the VpcLinks collection under the caller's account in a selected region.
|
default GetVpcLinksResponse |
ApiGatewayClient.getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
default GetVpcLinksResponse |
ApiGatewayClient.getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetVpcLinksResponse> |
ApiGatewayAsyncClient.getVpcLinks()
Gets the VpcLinks collection under the caller's account in a selected region.
|
default CompletableFuture<GetVpcLinksResponse> |
ApiGatewayAsyncClient.getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
default CompletableFuture<GetVpcLinksResponse> |
ApiGatewayAsyncClient.getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetVpcLinksResponse> |
GetVpcLinksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpcLinksPublisher.subscribe(org.reactivestreams.Subscriber<? super GetVpcLinksResponse> subscriber) |
Copyright © 2023. All rights reserved.