Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.PlatformBranchSummary
-
Packages that use PlatformBranchSummary Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of PlatformBranchSummary in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type PlatformBranchSummary Modifier and Type Method Description List<PlatformBranchSummary>ListPlatformBranchesResponse. platformBranchSummaryList()Summary information about the platform branches.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type PlatformBranchSummary Modifier and Type Method Description ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.Builder. platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)Summary information about the platform branches.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type PlatformBranchSummary Modifier and Type Method Description ListPlatformBranchesResponse.BuilderListPlatformBranchesResponse.Builder. platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)Summary information about the platform branches.
-