Uses of Class
software.amazon.awssdk.services.finspace.model.KxEnvironment
-
Packages that use KxEnvironment Package Description software.amazon.awssdk.services.finspace.model software.amazon.awssdk.services.finspace.paginators -
-
Uses of KxEnvironment in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxEnvironment Modifier and Type Method Description List<KxEnvironment>ListKxEnvironmentsResponse. environments()A list of environments in an account.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxEnvironment Modifier and Type Method Description ListKxEnvironmentsResponse.BuilderListKxEnvironmentsResponse.Builder. environments(KxEnvironment... environments)A list of environments in an account.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxEnvironment Modifier and Type Method Description ListKxEnvironmentsResponse.BuilderListKxEnvironmentsResponse.Builder. environments(Collection<KxEnvironment> environments)A list of environments in an account. -
Uses of KxEnvironment in software.amazon.awssdk.services.finspace.paginators
Methods in software.amazon.awssdk.services.finspace.paginators that return types with arguments of type KxEnvironment Modifier and Type Method Description SdkIterable<KxEnvironment>ListKxEnvironmentsIterable. environments()Returns an iterable to iterate through the paginatedListKxEnvironmentsResponse.environments()member.SdkPublisher<KxEnvironment>ListKxEnvironmentsPublisher. environments()Returns a publisher that can be used to get a stream of data.
-