| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNetworkProfileResult> |
AmazonAlexaForBusinessAsyncClient.updateNetworkProfileAsync(UpdateNetworkProfileRequest request,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler) |
Future<UpdateNetworkProfileResult> |
AmazonAlexaForBusinessAsync.updateNetworkProfileAsync(UpdateNetworkProfileRequest updateNetworkProfileRequest,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler)
Updates a network profile by the network profile ARN.
|
Future<UpdateNetworkProfileResult> |
AbstractAmazonAlexaForBusinessAsync.updateNetworkProfileAsync(UpdateNetworkProfileRequest request,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.clone() |
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDescription(String description)
Detailed information about a device's network profile.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withTrustAnchors(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 |
UpdateNetworkProfileRequest.withTrustAnchors(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.
|
Copyright © 2023. All rights reserved.