Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.CreateGatewayGroupRequest.Builder
-
Packages that use CreateGatewayGroupRequest.Builder Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of CreateGatewayGroupRequest.Builder in software.amazon.awssdk.services.alexaforbusiness
Method parameters in software.amazon.awssdk.services.alexaforbusiness with type arguments of type CreateGatewayGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGatewayGroupResponse>AlexaForBusinessAsyncClient. createGatewayGroup(Consumer<CreateGatewayGroupRequest.Builder> createGatewayGroupRequest)Deprecated.Alexa For Business is no longer supporteddefault CreateGatewayGroupResponseAlexaForBusinessClient. createGatewayGroup(Consumer<CreateGatewayGroupRequest.Builder> createGatewayGroupRequest)Deprecated.Alexa For Business is no longer supported -
Uses of CreateGatewayGroupRequest.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return CreateGatewayGroupRequest.Builder Modifier and Type Method Description static CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest. builder()CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. clientRequestToken(String clientRequestToken)A unique, user-specified identifier for the request that ensures idempotency.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. description(String description)The description of the gateway group.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. name(String name)The name of the gateway group.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type CreateGatewayGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateGatewayGroupRequest.Builder>CreateGatewayGroupRequest. serializableBuilderClass()
-