Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListInstancesResponse
-
Packages that use ListInstancesResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications.software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of ListInstancesResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListInstancesResponse Modifier and Type Method Description default ListInstancesResponseSsoAdminClient. listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.default ListInstancesResponseSsoAdminClient. listInstances(ListInstancesRequest listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type ListInstancesResponse Modifier and Type Method Description default CompletableFuture<ListInstancesResponse>SsoAdminAsyncClient. listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.default CompletableFuture<ListInstancesResponse>SsoAdminAsyncClient. listInstances(ListInstancesRequest listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API. -
Uses of ListInstancesResponse in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type ListInstancesResponse Modifier and Type Method Description Iterator<ListInstancesResponse>ListInstancesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssoadmin.paginators with type arguments of type ListInstancesResponse Modifier and Type Method Description voidListInstancesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstancesResponse> subscriber)
-