Uses of Class
software.amazon.awssdk.services.transfer.model.HomeDirectoryMapEntry
-
Packages that use HomeDirectoryMapEntry Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of HomeDirectoryMapEntry in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type HomeDirectoryMapEntry Modifier and Type Method Description List<HomeDirectoryMapEntry>CreateAccessRequest. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.List<HomeDirectoryMapEntry>CreateUserRequest. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.List<HomeDirectoryMapEntry>DescribedAccess. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.List<HomeDirectoryMapEntry>DescribedUser. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.List<HomeDirectoryMapEntry>UpdateAccessRequest. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.List<HomeDirectoryMapEntry>UpdateUserRequest. homeDirectoryMappings()Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.Methods in software.amazon.awssdk.services.transfer.model with parameters of type HomeDirectoryMapEntry Modifier and Type Method Description CreateAccessRequest.BuilderCreateAccessRequest.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.CreateUserRequest.BuilderCreateUserRequest.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.DescribedAccess.BuilderDescribedAccess.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.DescribedUser.BuilderDescribedUser.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.UpdateAccessRequest.BuilderUpdateAccessRequest.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.UpdateUserRequest.BuilderUpdateUserRequest.Builder. homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type HomeDirectoryMapEntry Modifier and Type Method Description CreateAccessRequest.BuilderCreateAccessRequest.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.CreateUserRequest.BuilderCreateUserRequest.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.DescribedAccess.BuilderDescribedAccess.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.DescribedUser.BuilderDescribedUser.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.UpdateAccessRequest.BuilderUpdateAccessRequest.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.UpdateUserRequest.BuilderUpdateUserRequest.Builder. homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.
-