Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.EnvironmentSummary
-
Packages that use EnvironmentSummary Package Description software.amazon.awssdk.services.workspacesthinclient.model software.amazon.awssdk.services.workspacesthinclient.paginators -
-
Uses of EnvironmentSummary in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return EnvironmentSummary Modifier and Type Method Description EnvironmentSummaryCreateEnvironmentResponse. environment()Describes an environment.EnvironmentSummaryUpdateEnvironmentResponse. environment()Describes an environment.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type EnvironmentSummary Modifier and Type Method Description List<EnvironmentSummary>ListEnvironmentsResponse. environments()Describes environments.Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type EnvironmentSummary Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. environment(EnvironmentSummary environment)Describes an environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. environment(EnvironmentSummary environment)Describes an environment.ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. environments(EnvironmentSummary... environments)Describes environments.Method parameters in software.amazon.awssdk.services.workspacesthinclient.model with type arguments of type EnvironmentSummary Modifier and Type Method Description ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. environments(Collection<EnvironmentSummary> environments)Describes environments. -
Uses of EnvironmentSummary in software.amazon.awssdk.services.workspacesthinclient.paginators
Methods in software.amazon.awssdk.services.workspacesthinclient.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.
-