Uses of Interface
software.amazon.awssdk.services.apprunner.model.ListServicesForAutoScalingConfigurationResponse.Builder
-
Packages that use ListServicesForAutoScalingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of ListServicesForAutoScalingConfigurationResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return ListServicesForAutoScalingConfigurationResponse.Builder Modifier and Type Method Description static ListServicesForAutoScalingConfigurationResponse.BuilderListServicesForAutoScalingConfigurationResponse. builder()ListServicesForAutoScalingConfigurationResponse.BuilderListServicesForAutoScalingConfigurationResponse.Builder. nextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.ListServicesForAutoScalingConfigurationResponse.BuilderListServicesForAutoScalingConfigurationResponse.Builder. serviceArnList(String... serviceArnList)A list of service ARN records.ListServicesForAutoScalingConfigurationResponse.BuilderListServicesForAutoScalingConfigurationResponse.Builder. serviceArnList(Collection<String> serviceArnList)A list of service ARN records.ListServicesForAutoScalingConfigurationResponse.BuilderListServicesForAutoScalingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type ListServicesForAutoScalingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends ListServicesForAutoScalingConfigurationResponse.Builder>ListServicesForAutoScalingConfigurationResponse. serializableBuilderClass()
-