Uses of Interface
software.amazon.awssdk.services.chime.model.GetEventsConfigurationRequest.Builder
-
Packages that use GetEventsConfigurationRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of GetEventsConfigurationRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type GetEventsConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEventsConfigurationResponse>ChimeAsyncClient. getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.default GetEventsConfigurationResponseChimeClient. getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN. -
Uses of GetEventsConfigurationRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return GetEventsConfigurationRequest.Builder Modifier and Type Method Description GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest.Builder. accountId(String accountId)The Amazon Chime account ID.GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest.Builder. botId(String botId)The bot ID.static GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest. builder()GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventsConfigurationRequest.BuilderGetEventsConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type GetEventsConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetEventsConfigurationRequest.Builder>GetEventsConfigurationRequest. serializableBuilderClass()
-