Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateVpcLinkResult |
AmazonApiGatewayClient.updateVpcLink(UpdateVpcLinkRequest request)
Updates an existing VpcLink of a specified identifier.
|
UpdateVpcLinkResult |
AmazonApiGateway.updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)
Updates an existing VpcLink of a specified identifier.
|
UpdateVpcLinkResult |
AbstractAmazonApiGateway.updateVpcLink(UpdateVpcLinkRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsync.updateVpcLinkAsync(UpdateVpcLinkRequest updateVpcLinkRequest,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler)
Updates an existing VpcLink of a specified identifier.
|
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsyncClient.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
Future<UpdateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateVpcLinkResult |
UpdateVpcLinkResult.clone() |
UpdateVpcLinkResult |
UpdateVpcLinkResult.withDescription(String description)
The description of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withId(String id)
The identifier of the VpcLink.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withName(String name)
The name used to label and identify the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatus(String status)
The status of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatusMessage(String statusMessage)
A description about the VPC link status.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withTargetArns(Collection<String> targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withTargetArns(String... targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
Copyright © 2019. All rights reserved.