Uses of Class
software.amazon.awssdk.services.networkmanager.model.CreateVpcAttachmentResponse
-
Packages that use CreateVpcAttachmentResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreateVpcAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return CreateVpcAttachmentResponse Modifier and Type Method Description default CreateVpcAttachmentResponseNetworkManagerClient. createVpcAttachment(Consumer<CreateVpcAttachmentRequest.Builder> createVpcAttachmentRequest)Creates a VPC attachment on an edge location of a core network.default CreateVpcAttachmentResponseNetworkManagerClient. createVpcAttachment(CreateVpcAttachmentRequest createVpcAttachmentRequest)Creates a VPC attachment on an edge location of a core network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type CreateVpcAttachmentResponse Modifier and Type Method Description default CompletableFuture<CreateVpcAttachmentResponse>NetworkManagerAsyncClient. createVpcAttachment(Consumer<CreateVpcAttachmentRequest.Builder> createVpcAttachmentRequest)Creates a VPC attachment on an edge location of a core network.default CompletableFuture<CreateVpcAttachmentResponse>NetworkManagerAsyncClient. createVpcAttachment(CreateVpcAttachmentRequest createVpcAttachmentRequest)Creates a VPC attachment on an edge location of a core network.
-