Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformVersionsRequest.Builder
-
Packages that use ListPlatformVersionsRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ListPlatformVersionsRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type ListPlatformVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPlatformVersionsResponse>ElasticBeanstalkAsyncClient. listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsResponseElasticBeanstalkClient. listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsPublisherElasticBeanstalkAsyncClient. listPlatformVersionsPaginator(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsIterableElasticBeanstalkClient. listPlatformVersionsPaginator(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region. -
Uses of ListPlatformVersionsRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ListPlatformVersionsRequest.Builder Modifier and Type Method Description static ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest. builder()ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. filters(Collection<PlatformFilter> filters)Criteria for restricting the resulting list of platform versions.ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. filters(Consumer<PlatformFilter.Builder>... filters)Criteria for restricting the resulting list of platform versions.ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. filters(PlatformFilter... filters)Criteria for restricting the resulting list of platform versions.ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. maxRecords(Integer maxRecords)The maximum number of platform version values returned in one call.ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. nextToken(String nextToken)For a paginated request.ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPlatformVersionsRequest.BuilderListPlatformVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ListPlatformVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListPlatformVersionsRequest.Builder>ListPlatformVersionsRequest. serializableBuilderClass()
-