Uses of Class
software.amazon.awssdk.services.m2.model.EnvironmentSummary
-
Packages that use EnvironmentSummary Package Description software.amazon.awssdk.services.m2.model software.amazon.awssdk.services.m2.paginators -
-
Uses of EnvironmentSummary in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type EnvironmentSummary Modifier and Type Method Description List<EnvironmentSummary>ListEnvironmentsResponse. environments()Returns a list of summary details for all the runtime environments in your account.Methods in software.amazon.awssdk.services.m2.model with parameters of type EnvironmentSummary Modifier and Type Method Description ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. environments(EnvironmentSummary... environments)Returns a list of summary details for all the runtime environments in your account.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type EnvironmentSummary Modifier and Type Method Description ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. environments(Collection<EnvironmentSummary> environments)Returns a list of summary details for all the runtime environments in your account. -
Uses of EnvironmentSummary in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type EnvironmentSummary Modifier and Type Method Description SdkIterable<EnvironmentSummary>ListEnvironmentsIterable. environments()Returns an iterable to iterate through the paginatedListEnvironmentsResponse.environments()member.SdkPublisher<EnvironmentSummary>ListEnvironmentsPublisher. environments()Returns a publisher that can be used to get a stream of data.
-