Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.IdentitySourceFilter
-
Packages that use IdentitySourceFilter Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of IdentitySourceFilter in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type IdentitySourceFilter Modifier and Type Method Description List<IdentitySourceFilter>ListIdentitySourcesRequest. filters()Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type IdentitySourceFilter Modifier and Type Method Description ListIdentitySourcesRequest.BuilderListIdentitySourcesRequest.Builder. filters(IdentitySourceFilter... filters)Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type IdentitySourceFilter Modifier and Type Method Description ListIdentitySourcesRequest.BuilderListIdentitySourcesRequest.Builder. filters(Collection<IdentitySourceFilter> filters)Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.
-