Uses of Class
software.amazon.awssdk.services.transfer.model.ListedAccess
-
Packages that use ListedAccess Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedAccess in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedAccess Modifier and Type Method Description List<ListedAccess>ListAccessesResponse. accesses()Returns the accesses and their properties for theServerIdvalue that you specify.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedAccess Modifier and Type Method Description ListAccessesResponse.BuilderListAccessesResponse.Builder. accesses(ListedAccess... accesses)Returns the accesses and their properties for theServerIdvalue that you specify.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedAccess Modifier and Type Method Description ListAccessesResponse.BuilderListAccessesResponse.Builder. accesses(Collection<ListedAccess> accesses)Returns the accesses and their properties for theServerIdvalue that you specify. -
Uses of ListedAccess in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedAccess Modifier and Type Method Description SdkIterable<ListedAccess>ListAccessesIterable. accesses()Returns an iterable to iterate through the paginatedListAccessesResponse.accesses()member.SdkPublisher<ListedAccess>ListAccessesPublisher. accesses()Returns a publisher that can be used to get a stream of data.
-