Uses of Interface
software.amazon.awssdk.services.ivschat.model.GetLoggingConfigurationRequest.Builder
-
Packages that use GetLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.model -
-
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.ivschat
Method parameters in software.amazon.awssdk.services.ivschat with type arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>IvschatAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Gets the specified logging configuration.default GetLoggingConfigurationResponseIvschatClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Gets the specified logging configuration. -
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest. builder()GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. identifier(String identifier)Identifier of the logging configuration to be retrieved.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetLoggingConfigurationRequest.Builder>GetLoggingConfigurationRequest. serializableBuilderClass()
-