| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNetworkProfileResponse> |
AlexaForBusinessAsyncClient.updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)
Updates a network profile by the network profile ARN.
|
default UpdateNetworkProfileResponse |
AlexaForBusinessClient.updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)
Updates a network profile by the network profile ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.builder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.certificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.currentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.description(String description)
Detailed information about a device's network profile.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.nextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.toBuilder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.trustAnchors(Collection<String> trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.trustAnchors(String... trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNetworkProfileRequest.Builder> |
UpdateNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.