| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit
Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcAttachmentResult> |
AWSNetworkManagerAsyncClient.createVpcAttachmentAsync(CreateVpcAttachmentRequest request,
AsyncHandler<CreateVpcAttachmentRequest,CreateVpcAttachmentResult> asyncHandler) |
Future<CreateVpcAttachmentResult> |
AbstractAWSNetworkManagerAsync.createVpcAttachmentAsync(CreateVpcAttachmentRequest request,
AsyncHandler<CreateVpcAttachmentRequest,CreateVpcAttachmentResult> asyncHandler) |
Future<CreateVpcAttachmentResult> |
AWSNetworkManagerAsync.createVpcAttachmentAsync(CreateVpcAttachmentRequest createVpcAttachmentRequest,
AsyncHandler<CreateVpcAttachmentRequest,CreateVpcAttachmentResult> asyncHandler)
Creates a VPC attachment on an edge location of a core network.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.clone() |
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withClientToken(String clientToken)
The client token associated with the request.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withCoreNetworkId(String coreNetworkId)
The ID of a core network for the VPC attachment.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withOptions(VpcOptions options)
Options for the VPC attachment.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withSubnetArns(Collection<String> subnetArns)
The subnet ARN of the VPC attachment.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withSubnetArns(String... subnetArns)
The subnet ARN of the VPC attachment.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withTags(Collection<Tag> tags)
The key-value tags associated with the request.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withTags(Tag... tags)
The key-value tags associated with the request.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withVpcArn(String vpcArn)
The ARN of the VPC.
|
Copyright © 2024. All rights reserved.