Uses of Class
software.amazon.awssdk.services.mq.model.CreateConfigurationResponse
-
Packages that use CreateConfigurationResponse Package Description software.amazon.awssdk.services.mq Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. -
-
Uses of CreateConfigurationResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return CreateConfigurationResponse Modifier and Type Method Description default CreateConfigurationResponseMqClient. createConfiguration(Consumer<CreateConfigurationRequest.Builder> createConfigurationRequest)Creates a new configuration for the specified configuration name.default CreateConfigurationResponseMqClient. createConfiguration(CreateConfigurationRequest createConfigurationRequest)Creates a new configuration for the specified configuration name.Methods in software.amazon.awssdk.services.mq that return types with arguments of type CreateConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationResponse>MqAsyncClient. createConfiguration(Consumer<CreateConfigurationRequest.Builder> createConfigurationRequest)Creates a new configuration for the specified configuration name.default CompletableFuture<CreateConfigurationResponse>MqAsyncClient. createConfiguration(CreateConfigurationRequest createConfigurationRequest)Creates a new configuration for the specified configuration name.
-