| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNetworkAnalyzerConfigurationResponse |
IotWirelessClient.updateNetworkAnalyzerConfiguration(Consumer<UpdateNetworkAnalyzerConfigurationRequest.Builder> updateNetworkAnalyzerConfigurationRequest)
Update network analyzer configuration.
|
default CompletableFuture<UpdateNetworkAnalyzerConfigurationResponse> |
IotWirelessAsyncClient.updateNetworkAnalyzerConfiguration(Consumer<UpdateNetworkAnalyzerConfigurationRequest.Builder> updateNetworkAnalyzerConfigurationRequest)
Update network analyzer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.builder() |
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.configurationName(String configurationName)
Sets the value of the ConfigurationName property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.description(String description)
Sets the value of the Description property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.toBuilder() |
default UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.traceContent(Consumer<TraceContent.Builder> traceContent)
Sets the value of the TraceContent property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.traceContent(TraceContent traceContent)
Sets the value of the TraceContent property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessDevicesToAdd(String... wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessDevicesToRemove(String... wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessGatewaysToAdd(String... wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
UpdateNetworkAnalyzerConfigurationRequest.Builder.wirelessGatewaysToRemove(String... wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNetworkAnalyzerConfigurationRequest.Builder> |
UpdateNetworkAnalyzerConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.