Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.PlatformFilter
-
Packages that use PlatformFilter Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of PlatformFilter in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type PlatformFilter Modifier and Type Method Description List<PlatformFilter>ListPlatformVersionsRequest. filters()Criteria for restricting the resulting list of platform versions.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type PlatformFilter Modifier and Type Method Description ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. filters(PlatformFilter... filters)Criteria for restricting the resulting list of platform versions.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type PlatformFilter Modifier and Type Method Description ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. filters(Collection<PlatformFilter> filters)Criteria for restricting the resulting list of platform versions.
-