Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentCreationStatusRequest
-
Packages that use ListAccountAssignmentCreationStatusRequest 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 ListAccountAssignmentCreationStatusRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type ListAccountAssignmentCreationStatusRequest Modifier and Type Method Description 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.default ListAccountAssignmentCreationStatusResponseSsoAdminClient. listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.default ListAccountAssignmentCreationStatusPublisherSsoAdminAsyncClient. listAccountAssignmentCreationStatusPaginator(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.default ListAccountAssignmentCreationStatusIterableSsoAdminClient. listAccountAssignmentCreationStatusPaginator(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance. -
Uses of ListAccountAssignmentCreationStatusRequest in software.amazon.awssdk.services.ssoadmin.paginators
Constructors in software.amazon.awssdk.services.ssoadmin.paginators with parameters of type ListAccountAssignmentCreationStatusRequest Constructor Description ListAccountAssignmentCreationStatusIterable(SsoAdminClient client, ListAccountAssignmentCreationStatusRequest firstRequest)ListAccountAssignmentCreationStatusPublisher(SsoAdminAsyncClient client, ListAccountAssignmentCreationStatusRequest firstRequest) -
Uses of ListAccountAssignmentCreationStatusRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type ListAccountAssignmentCreationStatusRequest Modifier and Type Method Description SdkHttpFullRequestListAccountAssignmentCreationStatusRequestMarshaller. marshall(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)
-