| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGatewayGroupResult> |
AmazonAlexaForBusinessAsyncClient.createGatewayGroupAsync(CreateGatewayGroupRequest request,
AsyncHandler<CreateGatewayGroupRequest,CreateGatewayGroupResult> asyncHandler)
Deprecated.
|
Future<CreateGatewayGroupResult> |
AmazonAlexaForBusinessAsync.createGatewayGroupAsync(CreateGatewayGroupRequest createGatewayGroupRequest,
AsyncHandler<CreateGatewayGroupRequest,CreateGatewayGroupResult> asyncHandler)
Deprecated.
|
Future<CreateGatewayGroupResult> |
AbstractAmazonAlexaForBusinessAsync.createGatewayGroupAsync(CreateGatewayGroupRequest request,
AsyncHandler<CreateGatewayGroupRequest,CreateGatewayGroupResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.clone() |
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.withClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.withDescription(String description)
The description of the gateway group.
|
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.withName(String name)
The name of the gateway group.
|
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateGatewayGroupRequest |
CreateGatewayGroupRequest.withTags(Tag... tags)
The tags to be added to the specified resource.
|
Copyright © 2023. All rights reserved.