Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformVersionsResponse.Builder
-
Packages that use ListPlatformVersionsResponse.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ListPlatformVersionsResponse.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ListPlatformVersionsResponse.Builder Modifier and Type Method Description static ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse. builder()ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. nextToken(String nextToken)In a paginated request, if this value isn'tnull, it's the token that you can pass in a subsequent request to get the next response page.ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. platformSummaryList(Collection<PlatformSummary> platformSummaryList)Summary information about the platform versions.ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)Summary information about the platform versions.ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. platformSummaryList(PlatformSummary... platformSummaryList)Summary information about the platform versions.ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ListPlatformVersionsResponse.Builder Modifier and Type Method Description static Class<? extends ListPlatformVersionsResponse.Builder>ListPlatformVersionsResponse. serializableBuilderClass()
-