| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNetworkProfileResponse> |
AlexaForBusinessAsyncClient.createNetworkProfile(Consumer<CreateNetworkProfileRequest.Builder> createNetworkProfileRequest)
Deprecated.
Alexa For Business is no longer supported
|
default CreateNetworkProfileResponse |
AlexaForBusinessClient.createNetworkProfile(Consumer<CreateNetworkProfileRequest.Builder> createNetworkProfileRequest)
Deprecated.
Alexa For Business is no longer supported
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.builder() |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.certificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.currentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.description(String description)
Detailed information about a device's network profile.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.eapMethod(String eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.nextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.securityType(String securityType)
The security type of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.ssid(String ssid)
The SSID of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.tags(Tag... tags)
The tags to be added to the specified resource.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.toBuilder() |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.trustAnchors(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.Builder |
CreateNetworkProfileRequest.Builder.trustAnchors(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNetworkProfileRequest.Builder> |
CreateNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.