Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentCreationStatusResponse
-
Packages that use ListAccountAssignmentCreationStatusResponse 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 ListAccountAssignmentCreationStatusResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListAccountAssignmentCreationStatusResponse Modifier and Type Method Description default ListAccountAssignmentCreationStatusResponseSsoAdminClient. listAccountAssignmentCreationStatus(Consumer<ListAccountAssignmentCreationStatusRequest.Builder> listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.default ListAccountAssignmentCreationStatusResponseSsoAdminClient. listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type ListAccountAssignmentCreationStatusResponse Modifier and Type Method Description default CompletableFuture<ListAccountAssignmentCreationStatusResponse>SsoAdminAsyncClient. listAccountAssignmentCreationStatus(Consumer<ListAccountAssignmentCreationStatusRequest.Builder> listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.default CompletableFuture<ListAccountAssignmentCreationStatusResponse>SsoAdminAsyncClient. listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance. -
Uses of ListAccountAssignmentCreationStatusResponse in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type ListAccountAssignmentCreationStatusResponse Modifier and Type Method Description Iterator<ListAccountAssignmentCreationStatusResponse>ListAccountAssignmentCreationStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.ssoadmin.paginators with type arguments of type ListAccountAssignmentCreationStatusResponse Modifier and Type Method Description voidListAccountAssignmentCreationStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountAssignmentCreationStatusResponse> subscriber)
-