Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateSmbLocalGroupsResponse
-
Packages that use UpdateSmbLocalGroupsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateSmbLocalGroupsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateSmbLocalGroupsResponse Modifier and Type Method Description default UpdateSmbLocalGroupsResponseStorageGatewayClient. updateSMBLocalGroups(Consumer<UpdateSmbLocalGroupsRequest.Builder> updateSmbLocalGroupsRequest)Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.default UpdateSmbLocalGroupsResponseStorageGatewayClient. updateSMBLocalGroups(UpdateSmbLocalGroupsRequest updateSmbLocalGroupsRequest)Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateSmbLocalGroupsResponse Modifier and Type Method Description default CompletableFuture<UpdateSmbLocalGroupsResponse>StorageGatewayAsyncClient. updateSMBLocalGroups(Consumer<UpdateSmbLocalGroupsRequest.Builder> updateSmbLocalGroupsRequest)Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.default CompletableFuture<UpdateSmbLocalGroupsResponse>StorageGatewayAsyncClient. updateSMBLocalGroups(UpdateSmbLocalGroupsRequest updateSmbLocalGroupsRequest)Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
-