Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentsResponse
-
Packages that use ListAccountAssignmentsResponse 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 ListAccountAssignmentsResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListAccountAssignmentsResponse Modifier and Type Method Description default ListAccountAssignmentsResponseSsoAdminClient. listAccountAssignments(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.default ListAccountAssignmentsResponseSsoAdminClient. listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type ListAccountAssignmentsResponse Modifier and Type Method Description default CompletableFuture<ListAccountAssignmentsResponse>SsoAdminAsyncClient. listAccountAssignments(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.default CompletableFuture<ListAccountAssignmentsResponse>SsoAdminAsyncClient. listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set. -
Uses of ListAccountAssignmentsResponse in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type ListAccountAssignmentsResponse Modifier and Type Method Description Iterator<ListAccountAssignmentsResponse>ListAccountAssignmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssoadmin.paginators with type arguments of type ListAccountAssignmentsResponse Modifier and Type Method Description voidListAccountAssignmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountAssignmentsResponse> subscriber)
-