Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.IdentitySourceItem
-
Packages that use IdentitySourceItem Package Description software.amazon.awssdk.services.verifiedpermissions.model software.amazon.awssdk.services.verifiedpermissions.paginators -
-
Uses of IdentitySourceItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type IdentitySourceItem Modifier and Type Method Description List<IdentitySourceItem>ListIdentitySourcesResponse. identitySources()The list of identity sources stored in the specified policy store.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type IdentitySourceItem Modifier and Type Method Description ListIdentitySourcesResponse.BuilderListIdentitySourcesResponse.Builder. identitySources(IdentitySourceItem... identitySources)The list of identity sources stored in the specified policy store.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type IdentitySourceItem Modifier and Type Method Description ListIdentitySourcesResponse.BuilderListIdentitySourcesResponse.Builder. identitySources(Collection<IdentitySourceItem> identitySources)The list of identity sources stored in the specified policy store. -
Uses of IdentitySourceItem in software.amazon.awssdk.services.verifiedpermissions.paginators
Methods in software.amazon.awssdk.services.verifiedpermissions.paginators that return types with arguments of type IdentitySourceItem Modifier and Type Method Description SdkIterable<IdentitySourceItem>ListIdentitySourcesIterable. identitySources()Returns an iterable to iterate through the paginatedListIdentitySourcesResponse.identitySources()member.SdkPublisher<IdentitySourceItem>ListIdentitySourcesPublisher. identitySources()Returns a publisher that can be used to get a stream of data.
-