Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateSmbLocalGroupsRequest
-
Packages that use UpdateSmbLocalGroupsRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of UpdateSmbLocalGroupsRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type UpdateSmbLocalGroupsRequest Modifier and Type Method Description 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.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. -
Uses of UpdateSmbLocalGroupsRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type UpdateSmbLocalGroupsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSmbLocalGroupsRequestMarshaller. marshall(UpdateSmbLocalGroupsRequest updateSmbLocalGroupsRequest)
-