Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListInstancesRequest
-
Packages that use ListInstancesRequest 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 software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of ListInstancesRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type ListInstancesRequest Modifier and Type Method Description 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.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.default ListInstancesPublisherSsoAdminAsyncClient. listInstancesPaginator(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.default ListInstancesIterableSsoAdminClient. listInstancesPaginator(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 ListInstancesRequest in software.amazon.awssdk.services.ssoadmin.paginators
Constructors in software.amazon.awssdk.services.ssoadmin.paginators with parameters of type ListInstancesRequest Constructor Description ListInstancesIterable(SsoAdminClient client, ListInstancesRequest firstRequest)ListInstancesPublisher(SsoAdminAsyncClient client, ListInstancesRequest firstRequest) -
Uses of ListInstancesRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type ListInstancesRequest Modifier and Type Method Description SdkHttpFullRequestListInstancesRequestMarshaller. marshall(ListInstancesRequest listInstancesRequest)
-