Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformBranchesResponse.Builder
-
Packages that use ListPlatformBranchesResponse.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ListPlatformBranchesResponse.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ListPlatformBranchesResponse.Builder Modifier and Type Method Description static ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse. builder()ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.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.ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.Builder. platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)Summary information about the platform branches.ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.Builder. platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList)Summary information about the platform branches.ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.Builder. platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)Summary information about the platform branches.ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ListPlatformBranchesResponse.Builder Modifier and Type Method Description static Class<? extends ListPlatformBranchesResponse.Builder>ListPlatformBranchesResponse. serializableBuilderClass()
-