| 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<CreateNetworkProfileResult> |
AmazonAlexaForBusinessAsyncClient.createNetworkProfileAsync(CreateNetworkProfileRequest request,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler) |
Future<CreateNetworkProfileResult> |
AmazonAlexaForBusinessAsync.createNetworkProfileAsync(CreateNetworkProfileRequest createNetworkProfileRequest,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler)
Creates a network profile with the specified details.
|
Future<CreateNetworkProfileResult> |
AbstractAmazonAlexaForBusinessAsync.createNetworkProfileAsync(CreateNetworkProfileRequest request,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.clone() |
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withClientRequestToken(String clientRequestToken) |
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDescription(String description)
Detailed information about a device's network profile.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withEapMethod(String eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withSecurityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withSecurityType(String securityType)
The security type of the Wi-Fi network.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withSsid(String ssid)
The SSID of the Wi-Fi network.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withTags(Tag... tags)
The tags to be added to the specified resource.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withTrustAnchors(Collection<String> trustAnchors)
The root certificates of your authentication server that is installed on your devices and used to trust your
authentication server during EAP negotiation.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withTrustAnchors(String... trustAnchors)
The root certificates of your authentication server that is installed on your devices and used to trust your
authentication server during EAP negotiation.
|
Copyright © 2023. All rights reserved.