Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentsRequest.Builder
-
Packages that use ListAccountAssignmentsRequest.Builder 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.model -
-
Uses of ListAccountAssignmentsRequest.Builder in software.amazon.awssdk.services.ssoadmin
Method parameters in software.amazon.awssdk.services.ssoadmin with type arguments of type ListAccountAssignmentsRequest.Builder 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 ListAccountAssignmentsResponseSsoAdminClient. listAccountAssignments(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.default ListAccountAssignmentsPublisherSsoAdminAsyncClient. listAccountAssignmentsPaginator(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.default ListAccountAssignmentsIterableSsoAdminClient. listAccountAssignmentsPaginator(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set. -
Uses of ListAccountAssignmentsRequest.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return ListAccountAssignmentsRequest.Builder Modifier and Type Method Description ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. accountId(String accountId)The identifier of the Amazon Web Services account from which to list the assignments.static ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest. builder()ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. instanceArn(String instanceArn)The ARN of the IAM Identity Center instance under which the operation will be executed.ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to display for the assignment.ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. nextToken(String nextToken)The pagination token for the list API.ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest.Builder. permissionSetArn(String permissionSetArn)The ARN of the permission set from which to list assignments.ListAccountAssignmentsRequest.BuilderListAccountAssignmentsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type ListAccountAssignmentsRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountAssignmentsRequest.Builder>ListAccountAssignmentsRequest. serializableBuilderClass()
-