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