Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentResourcesDescription
-
Packages that use EnvironmentResourcesDescription Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentResourcesDescription in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EnvironmentResourcesDescription Modifier and Type Method Description EnvironmentResourcesDescriptionCreateEnvironmentResponse. resources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionEnvironmentDescription. resources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionTerminateEnvironmentResponse. resources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionUpdateEnvironmentResponse. resources()The description of the AWS resources used by this environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentResourcesDescription Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. resources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.EnvironmentDescription.BuilderEnvironmentDescription.Builder. resources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.TerminateEnvironmentResponse.BuilderTerminateEnvironmentResponse.Builder. resources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. resources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.
-