Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.DescribePlatformVersionResponse.Builder
-
Packages that use DescribePlatformVersionResponse.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of DescribePlatformVersionResponse.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return DescribePlatformVersionResponse.Builder Modifier and Type Method Description static DescribePlatformVersionResponse.BuilderDescribePlatformVersionResponse. builder()default DescribePlatformVersionResponse.BuilderDescribePlatformVersionResponse.Builder. platformDescription(Consumer<PlatformDescription.Builder> platformDescription)Detailed information about the platform version.DescribePlatformVersionResponse.BuilderDescribePlatformVersionResponse.Builder. platformDescription(PlatformDescription platformDescription)Detailed information about the platform version.DescribePlatformVersionResponse.BuilderDescribePlatformVersionResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type DescribePlatformVersionResponse.Builder Modifier and Type Method Description static Class<? extends DescribePlatformVersionResponse.Builder>DescribePlatformVersionResponse. serializableBuilderClass()
-