| 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<CreateDeviceResult> |
AWSNetworkManagerAsyncClient.createDeviceAsync(CreateDeviceRequest request,
AsyncHandler<CreateDeviceRequest,CreateDeviceResult> asyncHandler) |
Future<CreateDeviceResult> |
AbstractAWSNetworkManagerAsync.createDeviceAsync(CreateDeviceRequest request,
AsyncHandler<CreateDeviceRequest,CreateDeviceResult> asyncHandler) |
Future<CreateDeviceResult> |
AWSNetworkManagerAsync.createDeviceAsync(CreateDeviceRequest createDeviceRequest,
AsyncHandler<CreateDeviceRequest,CreateDeviceResult> asyncHandler)
Creates a new device in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceRequest |
CreateDeviceRequest.clone() |
CreateDeviceRequest |
CreateDeviceRequest.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
CreateDeviceRequest |
CreateDeviceRequest.withDescription(String description)
A description of the device.
|
CreateDeviceRequest |
CreateDeviceRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
CreateDeviceRequest |
CreateDeviceRequest.withLocation(Location location)
The location of the device.
|
CreateDeviceRequest |
CreateDeviceRequest.withModel(String model)
The model of the device.
|
CreateDeviceRequest |
CreateDeviceRequest.withSerialNumber(String serialNumber)
The serial number of the device.
|
CreateDeviceRequest |
CreateDeviceRequest.withSiteId(String siteId)
The ID of the site.
|
CreateDeviceRequest |
CreateDeviceRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateDeviceRequest |
CreateDeviceRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateDeviceRequest |
CreateDeviceRequest.withType(String type)
The type of the device.
|
CreateDeviceRequest |
CreateDeviceRequest.withVendor(String vendor)
The vendor of the device.
|
Copyright © 2024. All rights reserved.