Uses of Class
software.amazon.awssdk.services.apprunner.model.ListServicesForAutoScalingConfigurationResponse
-
Packages that use ListServicesForAutoScalingConfigurationResponse Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.paginators -
-
Uses of ListServicesForAutoScalingConfigurationResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return ListServicesForAutoScalingConfigurationResponse Modifier and Type Method Description default ListServicesForAutoScalingConfigurationResponseAppRunnerClient. listServicesForAutoScalingConfiguration(Consumer<ListServicesForAutoScalingConfigurationRequest.Builder> listServicesForAutoScalingConfigurationRequest)Returns a list of the associated App Runner services using an auto scaling configuration.default ListServicesForAutoScalingConfigurationResponseAppRunnerClient. listServicesForAutoScalingConfiguration(ListServicesForAutoScalingConfigurationRequest listServicesForAutoScalingConfigurationRequest)Returns a list of the associated App Runner services using an auto scaling configuration.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type ListServicesForAutoScalingConfigurationResponse Modifier and Type Method Description default CompletableFuture<ListServicesForAutoScalingConfigurationResponse>AppRunnerAsyncClient. listServicesForAutoScalingConfiguration(Consumer<ListServicesForAutoScalingConfigurationRequest.Builder> listServicesForAutoScalingConfigurationRequest)Returns a list of the associated App Runner services using an auto scaling configuration.default CompletableFuture<ListServicesForAutoScalingConfigurationResponse>AppRunnerAsyncClient. listServicesForAutoScalingConfiguration(ListServicesForAutoScalingConfigurationRequest listServicesForAutoScalingConfigurationRequest)Returns a list of the associated App Runner services using an auto scaling configuration. -
Uses of ListServicesForAutoScalingConfigurationResponse in software.amazon.awssdk.services.apprunner.paginators
Methods in software.amazon.awssdk.services.apprunner.paginators that return types with arguments of type ListServicesForAutoScalingConfigurationResponse Modifier and Type Method Description Iterator<ListServicesForAutoScalingConfigurationResponse>ListServicesForAutoScalingConfigurationIterable. iterator()Method parameters in software.amazon.awssdk.services.apprunner.paginators with type arguments of type ListServicesForAutoScalingConfigurationResponse Modifier and Type Method Description voidListServicesForAutoScalingConfigurationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicesForAutoScalingConfigurationResponse> subscriber)
-