Uses of Class
software.amazon.awssdk.services.chime.model.GetEventsConfigurationRequest
-
Packages that use GetEventsConfigurationRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of GetEventsConfigurationRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type GetEventsConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetEventsConfigurationResponse>ChimeAsyncClient. getEventsConfiguration(GetEventsConfigurationRequest 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(GetEventsConfigurationRequest 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 in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type GetEventsConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetEventsConfigurationRequestMarshaller. marshall(GetEventsConfigurationRequest getEventsConfigurationRequest)
-