Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentsForPrincipalRequest.Builder
-
Packages that use ListAccountAssignmentsForPrincipalRequest.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 ListAccountAssignmentsForPrincipalRequest.Builder in software.amazon.awssdk.services.ssoadmin
Method parameters in software.amazon.awssdk.services.ssoadmin with type arguments of type ListAccountAssignmentsForPrincipalRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAccountAssignmentsForPrincipalResponse>SsoAdminAsyncClient. listAccountAssignmentsForPrincipal(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalResponseSsoAdminClient. listAccountAssignmentsForPrincipal(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalPublisherSsoAdminAsyncClient. listAccountAssignmentsForPrincipalPaginator(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalIterableSsoAdminClient. listAccountAssignmentsForPrincipalPaginator(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to. -
Uses of ListAccountAssignmentsForPrincipalRequest.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return ListAccountAssignmentsForPrincipalRequest.Builder Modifier and Type Method Description static ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest. builder()default ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. filter(Consumer<ListAccountAssignmentsFilter.Builder> filter)Specifies an Amazon Web Services account ID number.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. filter(ListAccountAssignmentsFilter filter)Specifies an Amazon Web Services account ID number.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. instanceArn(String instanceArn)Specifies the ARN of the instance of IAM Identity Center that contains the principal.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. maxResults(Integer maxResults)Specifies the total number of results that you want included in each response.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. nextToken(String nextToken)Specifies that you want to receive the next page of results.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. principalId(String principalId)Specifies the principal for which you want to retrieve the list of account assignments.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. principalType(String principalType)Specifies the type of the principal.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. principalType(PrincipalType principalType)Specifies the type of the principal.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type ListAccountAssignmentsForPrincipalRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountAssignmentsForPrincipalRequest.Builder>ListAccountAssignmentsForPrincipalRequest. serializableBuilderClass()
-