Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.PlatformSummary
-
Packages that use PlatformSummary Package Description software.amazon.awssdk.services.elasticbeanstalk.model software.amazon.awssdk.services.elasticbeanstalk.paginators -
-
Uses of PlatformSummary in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return PlatformSummary Modifier and Type Method Description PlatformSummaryCreatePlatformVersionResponse. platformSummary()Detailed information about the new version of the custom platform.PlatformSummaryDeletePlatformVersionResponse. platformSummary()Detailed information about the version of the custom platform.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type PlatformSummary Modifier and Type Method Description List<PlatformSummary>ListPlatformVersionsResponse. platformSummaryList()Summary information about the platform versions.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type PlatformSummary Modifier and Type Method Description CreatePlatformVersionResponse.BuilderCreatePlatformVersionResponse.Builder. platformSummary(PlatformSummary platformSummary)Detailed information about the new version of the custom platform.DeletePlatformVersionResponse.BuilderDeletePlatformVersionResponse.Builder. platformSummary(PlatformSummary platformSummary)Detailed information about the version of the custom platform.ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. platformSummaryList(PlatformSummary... platformSummaryList)Summary information about the platform versions.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type PlatformSummary Modifier and Type Method Description ListPlatformVersionsResponse.BuilderListPlatformVersionsResponse.Builder. platformSummaryList(Collection<PlatformSummary> platformSummaryList)Summary information about the platform versions. -
Uses of PlatformSummary in software.amazon.awssdk.services.elasticbeanstalk.paginators
Methods in software.amazon.awssdk.services.elasticbeanstalk.paginators that return types with arguments of type PlatformSummary Modifier and Type Method Description SdkIterable<PlatformSummary>ListPlatformVersionsIterable. platformSummaryList()Returns an iterable to iterate through the paginatedListPlatformVersionsResponse.platformSummaryList()member.SdkPublisher<PlatformSummary>ListPlatformVersionsPublisher. platformSummaryList()Returns a publisher that can be used to get a stream of data.
-