Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentDeletionStatusRequest
-
Packages that use ListAccountAssignmentDeletionStatusRequest 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 ListAccountAssignmentDeletionStatusRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type ListAccountAssignmentDeletionStatusRequest Modifier and Type Method Description 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.default ListAccountAssignmentDeletionStatusResponseSsoAdminClient. listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.default ListAccountAssignmentDeletionStatusPublisherSsoAdminAsyncClient. listAccountAssignmentDeletionStatusPaginator(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.default ListAccountAssignmentDeletionStatusIterableSsoAdminClient. listAccountAssignmentDeletionStatusPaginator(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance. -
Uses of ListAccountAssignmentDeletionStatusRequest in software.amazon.awssdk.services.ssoadmin.paginators
Constructors in software.amazon.awssdk.services.ssoadmin.paginators with parameters of type ListAccountAssignmentDeletionStatusRequest Constructor Description ListAccountAssignmentDeletionStatusIterable(SsoAdminClient client, ListAccountAssignmentDeletionStatusRequest firstRequest)ListAccountAssignmentDeletionStatusPublisher(SsoAdminAsyncClient client, ListAccountAssignmentDeletionStatusRequest firstRequest) -
Uses of ListAccountAssignmentDeletionStatusRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type ListAccountAssignmentDeletionStatusRequest Modifier and Type Method Description SdkHttpFullRequestListAccountAssignmentDeletionStatusRequestMarshaller. marshall(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)
-