| 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.
|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDeviceResponse> |
NetworkManagerAsyncClient.createDevice(Consumer<CreateDeviceRequest.Builder> createDeviceRequest)
Creates a new device in a global network.
|
default CreateDeviceResponse |
NetworkManagerClient.createDevice(Consumer<CreateDeviceRequest.Builder> createDeviceRequest)
Creates a new device in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.awsLocation(AWSLocation awsLocation)
The Amazon Web Services location of the device, if applicable.
|
default CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.awsLocation(Consumer<AWSLocation.Builder> awsLocation)
The Amazon Web Services location of the device, if applicable.
|
static CreateDeviceRequest.Builder |
CreateDeviceRequest.builder() |
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.description(String description)
A description of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
default CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.location(Consumer<Location.Builder> location)
The location of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.location(Location location)
The location of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.model(String model)
The model of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.serialNumber(String serialNumber)
The serial number of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.siteId(String siteId)
The ID of the site.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.toBuilder() |
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.type(String type)
The type of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.vendor(String vendor)
The vendor of the device.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeviceRequest.Builder> |
CreateDeviceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.